|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdMarshaller
org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdMarshallerL
StdMarshallerL is a little endian implementation of Marshaller extending StdMarshaller.
| Field Summary |
| Fields inherited from class org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdMarshaller |
context, current, first, offset, os, top |
| Constructor Summary | |
StdMarshallerFactory.StdMarshallerL()
|
|
| Method Summary | |
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)
|
| Methods inherited from class org.objectweb.jeremie.presentation.std.StdMarshallerFactory.StdMarshaller |
close, getContext, getOffset, getState, outputStream, prepare, reset, sameContents, setOffset, write, write, write, writeBoolean, writeByte, writeByteArray, writeChar8, writeException, writeMethod, writeParameters, writeReference, writeResult, writeString8, writeValue |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StdMarshallerFactory.StdMarshallerL()
| Method Detail |
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.JonathanExceptionpublic final boolean isLittleEndian()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||