Uses of Interface
org.simpleframework.transport.ByteCursor

Packages that use ByteCursor
org.simpleframework.transport   
 

Uses of ByteCursor in org.simpleframework.transport
 

Classes in org.simpleframework.transport that implement ByteCursor
 class TransportCursor
          The TransportCursor object represents a cursor that can read and buffer data from an underlying transport.
 

Methods in org.simpleframework.transport that return ByteCursor
 ByteCursor TransportChannel.getCursor()
          This provides a ByteCursor for this channel.
 ByteCursor Channel.getCursor()
          This provides a ByteCursor for this channel.
 



Copyright © 2014. All Rights Reserved.