public class StdMarshallerFactory.StdMarshallerL extends StdMarshallerFactory.StdMarshaller
Constructor and Description |
---|
StdMarshallerFactory.StdMarshallerL() |
Modifier and Type | Method and Description |
---|---|
boolean |
isLittleEndian()
Returns true if this marshaller is little endian, else false.
|
void |
writeChar16(char v)
Writes a char in a message.
|
void |
writeDouble(double v)
Writes a double in a message.
|
void |
writeFloat(float v)
Writes a float in a message.
|
void |
writeInt(int v)
Writes an int in a message.
|
void |
writeLong(long v)
Writes a long in a message.
|
void |
writeShort(short v)
Writes a short in a message.
|
void |
writeString16(String v) |
close, getContext, getOffset, getState, outputStream, prepare, reset, sameContents, setOffset, write, write, write, writeBoolean, writeByte, writeByteArray, writeChar8, writeException, writeMethod, writeParameters, writeReference, writeResult, writeString8, writeValue
flush, write
public void writeChar16(char v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- a char;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeShort(short v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- a short;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeInt(int v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- an int;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeLong(long v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- a long;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeFloat(float v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- a float;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeDouble(double v) throws org.objectweb.jonathan.apis.kernel.JonathanException
v
- a double;org.objectweb.jonathan.apis.kernel.JonathanException
- if an error occurs.public void writeString16(String v) throws org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.kernel.JonathanException
public final boolean isLittleEndian()