Top Description Fields Constructors Methods
org.python.core.io

public Class LineBufferedRandom

extends BufferedRandom
Class Inheritance

A line buffered writer and a non buffered reader together for a random access file.
Author
Philip Jenvey

Field Summary

Inherited from org.python.core.io.BufferedRandom:
readerwriter

Constructor Summary

AccessConstructor and Description
public
LineBufferedRandom(RawIOBase rawIO)

Construct a LineBufferedRandom wrapping the given RawIOBase.

Method Summary

Modifier and TypeMethod and Description
protected void
initChildBuffers()

Overrides org.python.core.io.BufferedRandom.initChildBuffers.

Initialize the child read/write buffers.

Inherited from org.python.core.io.BufferedRandom:
flushpeekreadread1readallreadintoseektellwrite

Constructor Detail

LineBufferedRandomback to summary
public LineBufferedRandom(RawIOBase rawIO)

Construct a LineBufferedRandom wrapping the given RawIOBase.

Method Detail

initChildBuffersback to summary
protected void initChildBuffers()

Overrides org.python.core.io.BufferedRandom.initChildBuffers.

Doc from org.python.core.io.BufferedRandom.initChildBuffers.

Initialize the child read/write buffers.

Annotations
@Override