Package | Description |
---|---|
org.apache.qpid.typedmessage |
Modifier and Type | Method and Description |
---|---|
boolean |
TypedBytesContentReader.readBoolean() |
byte |
TypedBytesContentReader.readByte() |
int |
TypedBytesContentReader.readBytes(byte[] bytes) |
char |
TypedBytesContentReader.readChar()
Note that this method reads a unicode character as two bytes from the stream
|
double |
TypedBytesContentReader.readDouble() |
float |
TypedBytesContentReader.readFloat() |
int |
TypedBytesContentReader.readInt() |
String |
TypedBytesContentReader.readLengthPrefixedUTF() |
long |
TypedBytesContentReader.readLong() |
Object |
TypedBytesContentReader.readObject() |
short |
TypedBytesContentReader.readShort() |
String |
TypedBytesContentReader.readString() |
String |
TypedBytesContentReader.readStringImpl() |
byte |
TypedBytesContentReader.readWireType() |
void |
TypedBytesContentWriter.writeLengthPrefixedUTF(String string) |
void |
TypedBytesContentWriter.writeObject(Object object) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.