| java.lang.Object java.io.InputStream com.mysql.jdbc.util.ReadAheadInputStream
ReadAheadInputStream | public class ReadAheadInputStream extends InputStream (Code) | | A non-blocking buffered input stream. Reads more if it can, won't block to
fill the buffer, only blocks to satisfy a request of read(byte[])
author: Mark Matthews version: $Id: ReadAheadInputStream.java,v 1.1.2.1 2005/05/13 18:58:39 version: mmatthews Exp $ |
currentPosition | protected int currentPosition(Code) | | |
doDebug | protected boolean doDebug(Code) | | |
endOfCurrentData | protected int endOfCurrentData(Code) | | |
ReadAheadInputStream | public ReadAheadInputStream(InputStream toBuffer, boolean debug, Log logTo)(Code) | | |
ReadAheadInputStream | public ReadAheadInputStream(InputStream toBuffer, int bufferSize, boolean debug, Log logTo)(Code) | | |
markSupported | public boolean markSupported()(Code) | | |
|
|