public final class DataIO extends Object
| Modifier and Type | Method and Description |
|---|---|
static IByteReader |
ToByteReader(byte[] bytes)
Deprecated.
Use ToReader instead.
|
static IByteReader |
ToByteReader(byte[] bytes,
int offset,
int length)
Deprecated.
Use ToReader instead.
|
static IByteReader |
ToByteReader(InputStream input)
Deprecated.
Use ToReader instead.
|
static IReader |
ToReader(byte[] bytes) |
static IReader |
ToReader(byte[] bytes,
int offset,
int length) |
static IReader |
ToReader(InputStream input) |
static IWriter |
ToWriter(IByteWriter output) |
static IWriter |
ToWriter(OutputStream output) |
public static IReader ToReader(byte[] bytes)
public static IReader ToReader(byte[] bytes, int offset, int length)
public static IReader ToReader(InputStream input)
@Deprecated public static IByteReader ToByteReader(byte[] bytes, int offset, int length)
@Deprecated public static IByteReader ToByteReader(InputStream input)
@Deprecated public static IByteReader ToByteReader(byte[] bytes)
public static IWriter ToWriter(OutputStream output)
public static IWriter ToWriter(IByteWriter output)
Encoding for Java documentation, generated in 2017.