|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.python.core.io.IOBase
org.python.core.io.BufferedIOBase
org.python.core.io.BufferedIOMixin
org.python.core.io.BufferedRandom
org.python.core.io.LineBufferedRandom
public class LineBufferedRandom
A line buffered writer and a non buffered reader together for a random access file.
| Field Summary |
|---|
| Fields inherited from class org.python.core.io.IOBase |
|---|
DEFAULT_BUFFER_SIZE |
| Constructor Summary | |
|---|---|
LineBufferedRandom(RawIOBase rawIO)
Construct a LineBufferedRandom wrapping the given RawIOBase. |
|
| Method Summary |
|---|
| Methods inherited from class org.python.core.io.BufferedRandom |
|---|
flush, peek, read, read1, readall, readinto, seek, tell, write |
| Methods inherited from class org.python.core.io.BufferedIOMixin |
|---|
asInputStream, asOutputStream, close, closed, fileno, isatty, readable, truncate, writable |
| Methods inherited from class org.python.core.io.BufferedIOBase |
|---|
buffered, clear |
| Methods inherited from class org.python.core.io.IOBase |
|---|
checkClosed, checkReadable, checkWritable, seek |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineBufferedRandom(RawIOBase rawIO)
rawIO -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||