|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedObjectOutput
| Method Summary | |
|---|---|
String |
getAlias(String className)
|
void |
getAndWriteProperty(Object obj,
Property property)
|
Reflection |
getReflection()
Return the Reflection registered in the global JMF SharedContext. |
void |
write(byte[] b)
Deprecated. |
void |
write(byte[] b,
int off,
int len)
Deprecated. |
void |
write(int b)
Deprecated. |
void |
writeBytes(String s)
Deprecated. |
void |
writeChars(String s)
Deprecated. |
| Methods inherited from interface java.io.ObjectOutput |
|---|
close, flush, writeObject |
| Methods inherited from interface java.io.DataOutput |
|---|
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Method Detail |
|---|
Reflection getReflection()
Reflection registered in the global JMF SharedContext.
String getAlias(String className)
void getAndWriteProperty(Object obj,
Property property)
throws IOException,
IllegalAccessException,
InvocationTargetException
IOException
IllegalAccessException
InvocationTargetException
@Deprecated
void write(int b)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
@Deprecated
void write(byte[] b)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
@Deprecated
void write(byte[] b,
int off,
int len)
throws IOException
write in interface DataOutputwrite in interface ObjectOutputIOException
@Deprecated
void writeBytes(String s)
throws IOException
writeBytes in interface DataOutputIOException
@Deprecated
void writeChars(String s)
throws IOException
writeChars in interface DataOutputIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||