搜索资源列表
WriterToUTF8Buffered
- This class writes unicode characters to a byte stream (java.io. Output Stream) as quickly as possible Source Code for Linux.
ObjectInputStream
- A specialized InputStream that is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).
CharsetEncoder
- Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
ByteBufferTest
- Tests java.nio. Byte Buffer for Linux v2.13.6.
ByteArrayOStream
- An unsynchronized version of java.io.ByteArrayOutputStream that can expose the underlying byte array without a defensive clone and can also be converted to a ByteArrayIStream without intermediate array copies.