public abstract class ByteOrderHelper extends Object
| Constructor and Description |
|---|
ByteOrderHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ByteOrder |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ByteOrder s) |
static ByteOrder |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ByteOrder s) |
public static TypeCode type()
public static String id()
public static ByteOrder read(InputStream in)
public static void write(OutputStream out, ByteOrder s)
Copyright © 2018. All rights reserved.