public class PrimitiveFormat extends Object
Constructor and Description |
---|
PrimitiveFormat() |
Modifier and Type | Method and Description |
---|---|
static MutableFrameFormat |
createByteFormat(int target) |
static MutableFrameFormat |
createByteFormat(int count,
int target) |
static MutableFrameFormat |
createDoubleFormat(int target) |
static MutableFrameFormat |
createDoubleFormat(int count,
int target) |
static MutableFrameFormat |
createFloatFormat(int target) |
static MutableFrameFormat |
createFloatFormat(int count,
int target) |
static MutableFrameFormat |
createInt16Format(int target) |
static MutableFrameFormat |
createInt16Format(int count,
int target) |
static MutableFrameFormat |
createInt32Format(int target) |
static MutableFrameFormat |
createInt32Format(int count,
int target) |
public static MutableFrameFormat createByteFormat(int count, int target)
public static MutableFrameFormat createInt16Format(int count, int target)
public static MutableFrameFormat createInt32Format(int count, int target)
public static MutableFrameFormat createFloatFormat(int count, int target)
public static MutableFrameFormat createDoubleFormat(int count, int target)
public static MutableFrameFormat createByteFormat(int target)
public static MutableFrameFormat createInt16Format(int target)
public static MutableFrameFormat createInt32Format(int target)
public static MutableFrameFormat createFloatFormat(int target)
public static MutableFrameFormat createDoubleFormat(int target)