public static class PgFrontendProtocol.NullTerminatedStringDataInputStream extends DataInputStream
in
Constructor and Description |
---|
NullTerminatedStringDataInputStream(byte[] rawData,
DataInputStream in,
Charset encoding) |
Modifier and Type | Method and Description |
---|---|
byte[] |
readServiceToken() |
String |
readString() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
public NullTerminatedStringDataInputStream(byte[] rawData, DataInputStream in, Charset encoding)
public String readString() throws IOException
IOException
public byte[] readServiceToken()
Copyright © 2019. All rights reserved.