NetKernel APIs


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


Method Summary
 String getEncoding()
           
 void write(OutputStream aStream)
          Write state to OutputStream
 

Method Detail

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()

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.