Top Fields Constructors Methods
org.python.antlr

public Class NoCloseReaderStream

extends ANTLRStringStream
Class Inheritance
Imports
java.io.*, org.antlr.runtime.ANTLRStringStream

Field Summary

Modifier and TypeField and Description
public static final int
public static final int
Inherited from org.antlr.runtime.ANTLRStringStream:
charPositionInLinedatalastMarkerlinemarkDepthmarkersnnamep

Constructor Summary

AccessConstructor and Description
public
public
public
NoCloseReaderStream(Reader r, int size, int readChunkSize)

Method Summary

Modifier and TypeMethod and Description
public void
load(Reader r, int size, int readChunkSize)

Inherited from org.antlr.runtime.ANTLRStringStream:
consumegetCharPositionInLinegetLinegetSourceNameindexLALTmarkreleaseresetrewindrewindseeksetCharPositionInLinesetLinesizesubstringtoString

Field Detail

INITIAL_BUFFER_SIZEback to summary
public static final int INITIAL_BUFFER_SIZE
READ_BUFFER_SIZEback to summary
public static final int READ_BUFFER_SIZE

Constructor Detail

NoCloseReaderStreamback to summary
public NoCloseReaderStream(Reader r) throws IOException
NoCloseReaderStreamback to summary
public NoCloseReaderStream(Reader r, int size) throws IOException
NoCloseReaderStreamback to summary
public NoCloseReaderStream(Reader r, int size, int readChunkSize) throws IOException

Method Detail

loadback to summary
public void load(Reader r, int size, int readChunkSize) throws IOException