Package | Description |
---|---|
info.bioinfweb.commons.io |
Modifier and Type | Method and Description |
---|---|
PeekReader.ReadResult |
PeekReader.peekLine() |
PeekReader.ReadResult |
PeekReader.peekLine() |
PeekReader.ReadResult |
PeekReader.readLine()
Reads a line of text.
|
PeekReader.ReadResult |
PeekReader.readLine()
Reads a line of text.
|
PeekReader.ReadResult |
PeekReader.readLine(int maxLength)
Reads a line of text with the specified maximum length.
|
PeekReader.ReadResult |
PeekReader.readLine(int maxLength)
Reads a line of text with the specified maximum length.
|
PeekReader.ReadResult |
PeekReader.readRegExp(int maxLength,
Pattern pattern,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached or the maximum number of characters was read.
|
PeekReader.ReadResult |
PeekReader.readRegExp(int maxLength,
Pattern pattern,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached or the maximum number of characters was read.
|
PeekReader.ReadResult |
PeekReader.readRegExp(int maxLength,
String regExp,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached or the maximum number of characters was read.
|
PeekReader.ReadResult |
PeekReader.readRegExp(int maxLength,
String regExp,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached or the maximum number of characters was read.
|
PeekReader.ReadResult |
PeekReader.readRegExp(Pattern pattern,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached.
|
PeekReader.ReadResult |
PeekReader.readRegExp(Pattern pattern,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached.
|
PeekReader.ReadResult |
PeekReader.readRegExp(String regExp,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached.
|
PeekReader.ReadResult |
PeekReader.readRegExp(String regExp,
boolean greedy)
Reads characters into a string buffer until the contents of this buffer match the specified pattern or the end
of the stream is reached.
|
PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String terminationSequence)
Reads characters into a string buffer until the specified termination sequence is found or the end of the
stream is reached.
|
PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String terminationSequence)
Reads characters into a string buffer until the specified termination sequence is found or the end of the
stream is reached.
|
PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String[] terminationSequences) |
protected PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String[] terminationSequences,
boolean untilWhitespace) |
protected PeekReader.ReadResult |
PeekReader.readUntil(int maxLength,
String[] terminationSequences,
boolean untilWhitespace) |
PeekReader.ReadResult |
PeekReader.readUntil(String terminationSequence)
Reads characters into a string buffer until the specified termination sequence is found.
|
PeekReader.ReadResult |
PeekReader.readUntil(String terminationSequence)
Reads characters into a string buffer until the specified termination sequence is found.
|
PeekReader.ReadResult |
PeekReader.readUntil(String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntil(String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(int maxLength,
String terminationSequence) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(int maxLength,
String terminationSequence) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(int maxLength,
String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(int maxLength,
String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(String[] terminationSequences) |
PeekReader.ReadResult |
PeekReader.readUntilWhitespace(String[] terminationSequences) |