|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.bridges.io.DataPattern
public class DataPattern
A DataPattern represents a data format for Sleep's IO functions.
Field Summary | |
---|---|
int |
count
|
DataPattern |
next
|
java.nio.ByteOrder |
order
|
int |
size
|
char |
value
|
Constructor Summary | |
---|---|
DataPattern()
|
Method Summary | |
---|---|
static int |
EstimateSize(java.lang.String format)
|
static DataPattern |
Parse(java.lang.String format)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DataPattern next
public int count
public char value
public int size
public java.nio.ByteOrder order
Constructor Detail |
---|
public DataPattern()
Method Detail |
---|
public static int EstimateSize(java.lang.String format)
public static DataPattern Parse(java.lang.String format)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |