Uses of Interface
org.simpleframework.transport.ByteReader
-
Packages that use ByteReader Package Description org.simpleframework.transport -
-
Uses of ByteReader in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteReader Modifier and Type Class Description (package private) classTransportReaderTheTransportReaderobject represents a reader that can read and buffer data from an underlying transport.Fields in org.simpleframework.transport declared as ByteReader Modifier and Type Field Description private ByteReaderTransportCursor. readerThis is the stream for the bytes read by this cursor object.
-