public class LineBufferedRandom extends BufferedRandom
DEFAULT_BUFFER_SIZE
Constructor | Description |
---|---|
LineBufferedRandom(RawIOBase rawIO) |
Construct a LineBufferedRandom wrapping the given RawIOBase.
|
buffered, clear
asInputStream, asOutputStream, close, closed, fileno, isatty, readable, truncate, writable
flush, peek, read, read1, readall, readinto, seek, tell, write
checkClosed, checkReadable, checkWritable, seek
public LineBufferedRandom(RawIOBase rawIO)
rawIO
-