NetKernel APIs


com.ten60.netkernel.urii.aspect
Interface IAspectBinaryStream

All Superinterfaces:
IURAspect
All Known Subinterfaces:
IAspectReadableBinaryStream, IComponent
All Known Implementing Classes:
ByteArrayAspect, Cache, ComponentImpl, Config, Container, HouseKeeper, ModuleManager, ModuleResourceRepresentation, NetKernelExceptionAspect, ReadableURLAspect, Scheduler, SerializedDOMAspect, StringAspect, StringAspect, TransportManager

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
 java.lang.String getEncoding()
           
 void write(java.io.OutputStream aStream)
          Write state to OutputStream
 

Method Detail

write

void write(java.io.OutputStream aStream)
           throws java.io.IOException
Write state to OutputStream

Parameters:
aStream - the output stream
Throws:
java.io.IOException - thrown if we fail to write

getEncoding

java.lang.String getEncoding()

NetKernel APIs


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