public class GridGgfsNewLineRecordResolver extends GridGgfsByteDelimiterRecordResolver
Note that this resolver cannot be created and has one constant implementations: NEW_LINE.
| Modifier and Type | Field and Description |
|---|---|
static GridGgfsNewLineRecordResolver |
NEW_LINE
Singleton new line resolver.
|
static byte |
SYM_CR
CR symbol.
|
static byte |
SYM_LF
LF symbol.
|
| Constructor and Description |
|---|
GridGgfsNewLineRecordResolver()
Empty constructor required for
Externalizable support. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
readExternal, resolveRecords, writeExternalpublic static final GridGgfsNewLineRecordResolver NEW_LINE
public static final byte SYM_CR
public static final byte SYM_LF
public GridGgfsNewLineRecordResolver()
Externalizable support.public String toString()
toString in class GridGgfsByteDelimiterRecordResolverCopyright © 2014. All rights reserved.