public class CSVWire extends TextWire
WireIn.HeaderTypeASSERTIONS, bytes, classLookup, parent, use8bit| Constructor and Description |
|---|
CSVWire(net.openhft.chronicle.bytes.Bytes bytes) |
CSVWire(net.openhft.chronicle.bytes.Bytes bytes,
boolean use8bit) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumePadding() |
protected net.openhft.chronicle.wire.TextWire.TextValueIn |
createValueIn() |
protected net.openhft.chronicle.wire.TextWire.TextValueOut |
createValueOut() |
static CSVWire |
from(String text) |
static CSVWire |
fromFile(String name) |
boolean |
hasMore() |
ValueIn |
read(StringBuilder name)
Read the field if present, or empty string if not present.
|
ValueIn |
read(WireKey key)
Read the field if present which must match the WireKey.
|
Wire |
readComment(StringBuilder s) |
StringBuilder |
readField(StringBuilder sb) |
addPadding, append, append, asText, bytes, classLookup, classLookup, clear, consumeDocumentStart, consumePadding, consumeWhiteSpace, copyTo, endEvent, escape0, getEscapingEndOfText, getEscapingQuotes, getValueIn, getValueOut, needsQuotes, newIntReference, newLongArrayReference, newLongReference, parseUntil, parseUntil, parseWord, peekStringIgnoreCase, read, read2, readCode, readEvent, readingDocument, readingDocument, readObject, startEvent, toString, unescape, write, write, write, writeComment, writeEvent, writeObject, writingDocumentcheckNoDataAfterEnd, endUse, headerNumber, headerNumber, headNumberCheck, isInsideHeader, notCompleteIsNotPresent, notCompleteIsNotPresent, objectInput, objectOutput, parent, parent, pauser, pauser, readAndSetLength, readDataHeader, readFirstHeader, readMetaDataHeader, startUse, updateFirstHeader, updateHeader, writeEndOfWire, writeFirstHeader, writeHeaderclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitheaderNumberasText, objectInput, rawReadData, read, readAlignTo, readAllAsMap, readAndSetLength, readDataHeader, readDataHeader, readDocument, readDocument, readEventName, readFirstHeader, readMetaDataHeaderobjectOutput, padToCacheAlign, updateFirstHeader, updateHeader, updateHeader, writeAlignTo, writeAllAsMap, writeDocument, writeEndOfWire, writeEventName, writeEventName, writeFirstHeader, writeHeader, writeHeader, writeNotCompleteDocumentendUse, headerNumber, notCompleteIsNotPresent, notCompleteIsNotPresent, parent, parent, pauser, pauser, startUsepublic CSVWire(net.openhft.chronicle.bytes.Bytes bytes,
boolean use8bit)
public CSVWire(net.openhft.chronicle.bytes.Bytes bytes)
public static CSVWire fromFile(String name) throws IOException
IOException@NotNull protected net.openhft.chronicle.wire.TextWire.TextValueOut createValueOut()
createValueOut in class TextWire@NotNull protected net.openhft.chronicle.wire.TextWire.TextValueIn createValueIn()
createValueIn in class TextWire@NotNull public StringBuilder readField(@NotNull StringBuilder sb)
public void consumePadding()
consumePadding in interface WireInconsumePadding in class TextWire@NotNull public ValueIn read(@NotNull WireKey key)
WireIn@NotNull public ValueIn read(@NotNull StringBuilder name)
WireIn@NotNull public Wire readComment(@NotNull StringBuilder s)
readComment in interface WireInreadComment in class TextWireCopyright © 2016. All rights reserved.