Package | Description |
---|---|
io.vertx.core.parsetools | |
io.vertx.rxjava.core.parsetools |
Modifier and Type | Method and Description |
---|---|
static RecordParser |
RecordParser.newDelimited(Buffer delim,
Handler<Buffer> output)
Create a new
RecordParser instance, initially in delimited mode, and where the delimiter can be represented
by the Buffer delim. |
static RecordParser |
RecordParser.newDelimited(String delim,
Handler<Buffer> output)
Create a new
RecordParser instance, initially in delimited mode, and where the delimiter can be represented
by the String delim endcoded in latin-1 . |
static RecordParser |
RecordParser.newFixed(int size,
Handler<Buffer> output)
Create a new
RecordParser instance, initially in fixed size mode, and where the record size is specified
by the size parameter. |
Modifier and Type | Method and Description |
---|---|
static RecordParser |
RecordParser.newInstance(RecordParser arg) |
Constructor and Description |
---|
RecordParser(RecordParser delegate) |
Copyright © 2015. All Rights Reserved.