com.ten60.netkernel.urii.aspect
Interface IAspectBinaryStream
- All Superinterfaces:
- IURAspect
- All Known Subinterfaces:
- IAspectReadableBinaryStream, IComponent
- All Known Implementing Classes:
- ByteArrayAspect, ComponentImpl, FileResourceRepresentation, ModuleResourceRepresentation, NetKernelExceptionAspect, ReadableURLAspect, SerializedDOMAspect, StringAspect
- public interface IAspectBinaryStream
- extends IURAspect
A Representation interface that can write out its state as a binary stream to a java.io.OutputStream
write
public void write(OutputStream aStream)
throws IOException
- Write state to OutputStream
- Parameters:
aStream
- the output stream
- Throws:
IOException
- thrown if we fail to write
getEncoding
public String getEncoding()
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.