|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.io.amf.AbstractAmfOutput
public abstract class AbstractAmfOutput
| Constructor Summary | |
|---|---|
AbstractAmfOutput(SerializationContext context)
Construct a serializer without connecting it to an output stream. |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
reset()
Clear all object reference information so that the instance can be used to deserialize another data structure. |
void |
setDebugTrace(AmfTrace trace)
Turns on "trace" debugging for AMF responses. |
void |
setOutputStream(OutputStream out)
Sets the output stream that the serializer should use. |
void |
write(byte[] bytes)
|
void |
write(byte[] bytes,
int offset,
int length)
|
void |
write(int b)
|
void |
writeBoolean(boolean v)
|
void |
writeByte(int v)
|
void |
writeBytes(String s)
|
void |
writeChar(int v)
|
void |
writeChars(String s)
|
void |
writeDouble(double v)
|
void |
writeFloat(float v)
|
void |
writeInt(int v)
|
void |
writeLong(long v)
|
void |
writeShort(int v)
|
void |
writeUTF(String s)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.messaging.io.amf.ActionMessageOutput |
|---|
writeObject |
| Constructor Detail |
|---|
public AbstractAmfOutput(SerializationContext context)
| Method Detail |
|---|
public void setOutputStream(OutputStream out)
out - DataOutputStream to use
public void close()
throws IOException
close in interface ObjectOutputIOException
public void flush()
throws IOException
flush in interface ObjectOutputIOException
public void write(int b)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
public void write(byte[] bytes)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
public void write(byte[] bytes,
int offset,
int length)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
public void writeBoolean(boolean v)
throws IOException
writeBoolean in interface DataOutputIOException
public void writeByte(int v)
throws IOException
writeByte in interface DataOutputIOException
public void writeBytes(String s)
throws IOException
writeBytes in interface DataOutputIOException
public void writeChar(int v)
throws IOException
writeChar in interface DataOutputIOException
public void writeChars(String s)
throws IOException
writeChars in interface DataOutputIOException
public void writeDouble(double v)
throws IOException
writeDouble in interface DataOutputIOException
public void writeFloat(float v)
throws IOException
writeFloat in interface DataOutputIOException
public void writeInt(int v)
throws IOException
writeInt in interface DataOutputIOException
public void writeLong(long v)
throws IOException
writeLong in interface DataOutputIOException
public void writeShort(int v)
throws IOException
writeShort in interface DataOutputIOException
public void writeUTF(String s)
throws IOException
writeUTF in interface DataOutputIOExceptionpublic void setDebugTrace(AmfTrace trace)
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/AbstractAmfOutput.html