public class ContiguousEntityFactory
extends java.lang.Object
Constructor and Description |
---|
ContiguousEntityFactory() |
Modifier and Type | Method and Description |
---|---|
static <X extends KnowsRawSize> |
build(ByteData raw,
int count,
java.util.List<X> tgt,
UnaryFunction<ByteData,X> func) |
static <X> long |
buildSized(ByteData raw,
int count,
int itemLength,
java.util.List<X> tgt,
UnaryFunction<ByteData,X> func) |
public static <X extends KnowsRawSize> long build(ByteData raw, int count, java.util.List<X> tgt, UnaryFunction<ByteData,X> func)
public static <X> long buildSized(ByteData raw, int count, int itemLength, java.util.List<X> tgt, UnaryFunction<ByteData,X> func)