Uses of Interface
org.simpleframework.transport.ByteWriter

Packages that use ByteWriter
org.simpleframework.transport   
 

Uses of ByteWriter in org.simpleframework.transport
 

Classes in org.simpleframework.transport that implement ByteWriter
 class TransportWriter
          The TransportWriter object is used to write bytes to and underlying transport.
 

Methods in org.simpleframework.transport that return ByteWriter
 ByteWriter TransportChannel.getWriter()
          This provides a ByteWriter for the channel.
 ByteWriter Channel.getWriter()
          This provides a ByteWriter for the channel.
 



Copyright © 2014. All Rights Reserved.