| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
newDelimited | shared RecordParser newDelimited(Buffer delim)Create a new Parameters:
|
newDelimited | shared RecordParser newDelimited(String delim)Create a new
Parameters:
|
newDelimited | shared RecordParser newDelimited(Buffer delim, Anything(Buffer) output)Like newDelimited but set the Parameters:
|
newDelimited | shared RecordParser newDelimited(Buffer delim, ReadStream<Buffer> stream)Like newDelimited but wraps the pause()/resume() operations are propagated to the stream.
Parameters:
|
newDelimited | shared RecordParser newDelimited(String delim, Anything(Buffer) output)Like newDelimited but set the Parameters:
|
newDelimited | shared RecordParser newDelimited(String delim, ReadStream<Buffer> stream)Like newDelimited but wraps the pause()/resume() operations are propagated to the stream.
Parameters:
|
newFixed | shared RecordParser newFixed(Integer size)Create a new
Parameters:
|
newFixed | shared RecordParser newFixed(Integer size, Anything(Buffer) output)Like newFixed but set the Parameters:
|
newFixed | shared RecordParser newFixed(Integer size, ReadStream<Buffer> stream) |
| Inherited Methods |
Methods inherited from: Objectequals |