|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtoolkit.essence.app.pojo.DatableUtils
public class DatableUtils
| Field Summary | |
|---|---|
static java.lang.Class[] |
BASE_CLASSES
|
static java.lang.Object[] |
OBJECT_DICT
|
| Method Summary | ||
|---|---|---|
static void |
close(java.io.Closeable closeable)
|
|
static java.lang.Object[] |
fromBytes(byte[] bytes,
int min,
int max)
Convert byte[] to a number of Object. |
|
static void |
prune(java.io.DataOutput out)
|
|
static long |
readBER(java.io.DataInput in)
|
|
static java.lang.Object |
readObject(java.io.DataInput in)
|
|
static java.lang.Object[] |
readObjects(java.io.DataInput in,
int min,
int max)
Read a number of objects from in. |
|
static
|
registerBuilder(java.lang.Class<T> clazz,
Mapping<java.io.DataInput,T> builder)
|
|
static byte[] |
toBytes(java.lang.Object... object)
Convert a number of object (collectively) to a byte[]. |
|
static void |
writeBER(java.io.DataOutput out,
long v)
|
|
static void |
writeObject(java.io.DataOutput out,
java.lang.Object datable)
|
|
static void |
writeObjects(java.io.DataOutput out,
java.lang.Object... datables)
Write a number of objects to the output stream. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class[] BASE_CLASSES
public static final java.lang.Object[] OBJECT_DICT
| Method Detail |
|---|
public static void close(java.io.Closeable closeable)
public static java.lang.Object[] fromBytes(byte[] bytes,
int min,
int max)
throws java.io.IOException
java.io.IOExceptionpublic static void prune(java.io.DataOutput out)
public static long readBER(java.io.DataInput in)
throws java.io.IOException
java.io.IOException
@NotNull
public static java.lang.Object[] readObjects(@NotNull
java.io.DataInput in,
int min,
int max)
throws java.io.IOException
java.io.IOException
public static java.lang.Object readObject(java.io.DataInput in)
throws java.io.IOException
java.io.IOException
public static <T> void registerBuilder(java.lang.Class<T> clazz,
Mapping<java.io.DataInput,T> builder)
@NotNull
public static byte[] toBytes(java.lang.Object... object)
throws java.io.IOException
java.io.IOException
public static void writeBER(java.io.DataOutput out,
long v)
throws java.io.IOException
java.io.IOException
public static void writeObjects(@NotNull
java.io.DataOutput out,
java.lang.Object... datables)
throws java.io.IOException
java.io.IOException
public static void writeObject(java.io.DataOutput out,
java.lang.Object datable)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||