Uses of Interface
org.simpleframework.transport.ByteWriter
-
Packages that use ByteWriter Package Description org.simpleframework.transport -
-
Uses of ByteWriter in org.simpleframework.transport
Classes in org.simpleframework.transport that implement ByteWriter Modifier and Type Class Description classTransportWriterTheTransportWriterobject is used to write bytes to and underlying transport.Methods in org.simpleframework.transport that return ByteWriter Modifier and Type Method Description ByteWriterChannel. getWriter()This provides aByteWriterfor the channel.ByteWriterTransportChannel. getWriter()This provides aByteWriterfor the channel.
-