public interface ExtendedObjectOutput
extends java.io.ObjectOutput
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias(java.lang.String className) |
void |
getAndWriteProperty(java.lang.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(java.lang.String s)
Deprecated.
|
void |
writeChars(java.lang.String s)
Deprecated.
|
Reflection getReflection()
Reflection registered in the global JMF SharedContext.java.lang.String getAlias(java.lang.String className)
void getAndWriteProperty(java.lang.Object obj,
Property property)
throws java.io.IOException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.io.IOExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetException@Deprecated
void write(int b)
throws java.io.IOException
write in interface java.io.DataOutputwrite in interface java.io.ObjectOutputjava.io.IOException@Deprecated
void write(byte[] b)
throws java.io.IOException
write in interface java.io.DataOutputwrite in interface java.io.ObjectOutputjava.io.IOException@Deprecated
void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in interface java.io.DataOutputwrite in interface java.io.ObjectOutputjava.io.IOException@Deprecated
void writeBytes(java.lang.String s)
throws java.io.IOException
writeBytes in interface java.io.DataOutputjava.io.IOException@Deprecated
void writeChars(java.lang.String s)
throws java.io.IOException
writeChars in interface java.io.DataOutputjava.io.IOException