Uses of Interface
org.simpleframework.transport.ByteCursor
-
Packages that use ByteCursor Package Description org.simpleframework.transport -
-
Uses of ByteCursor in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteCursor Modifier and Type Class Description classTransportCursorTheTransportCursorobject represents a cursor that can read and buffer data from an underlying transport.Methods in org.simpleframework.transport that return ByteCursor Modifier and Type Method Description ByteCursorChannel. getCursor()This provides aByteCursorfor this channel.ByteCursorTransportChannel. getCursor()This provides aByteCursorfor this channel.
-