| Package | Description |
|---|---|
| com.threerings.io |
| Modifier and Type | Class and Description |
|---|---|
class |
FramingOutputStream
The framing output stream accumulates output into a byte array just
like the byte array output stream, but can then be instructed to send
its contents over a channel, prefixed by the length (written as an
integer) of the entire frame (contents plus length prefix).
|
Copyright © 2015. All rights reserved.