public class CSVWire extends TextWire
| Constructor and Description |
|---|
CSVWire(net.openhft.chronicle.bytes.Bytes bytes) |
CSVWire(net.openhft.chronicle.bytes.Bytes bytes,
boolean use8bit) |
append, asText, bytes, clear, copyTo, getValueIn, getValueOut, isReady, newIntReference, newLongArrayReference, newLongReference, read, readingDocument, readingDocument, setReady, toString, unescape, write, write, writeComment, writingDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrawReadData, readAlignTo, readDocument, readDocument, readEventNamewriteAlignTo, writeDocument, writeEventName, writeNotReadyDocumentpublic 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)
@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 TextWirepublic boolean hasMore()
@NotNull public WireOut addPadding(int paddingToAdd)
addPadding in interface WireOutaddPadding in class TextWireprotected net.openhft.chronicle.wire.Quotes needsQuotes(@NotNull CharSequence s)
needsQuotes in class TextWirepublic void parseWord(StringBuilder sb)
public void parseUntil(StringBuilder sb, net.openhft.chronicle.bytes.StopCharTester testers)
parseUntil in class TextWirepublic void parseUntil(StringBuilder sb, net.openhft.chronicle.bytes.StopCharsTester testers)
parseUntil in class TextWirepublic void append(CharSequence cs)
public void append(CharSequence cs, int offset)
public Object readObject()
readObject in class TextWirepublic void writeObject(Object o)
writeObject in class TextWireCopyright © 2016. All rights reserved.