Class ContiguousEntityFactory
java.lang.Object
org.benf.cfr.reader.entityfactories.ContiguousEntityFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X extends KnowsRawSize>
longbuild
(ByteData raw, int count, List<X> tgt, UnaryFunction<ByteData, X> func) static <X> long
buildSized
(ByteData raw, int count, int itemLength, List<X> tgt, UnaryFunction<ByteData, X> func)
-
Constructor Details
-
ContiguousEntityFactory
public ContiguousEntityFactory()
-
-
Method Details
-
build
public static <X extends KnowsRawSize> long build(ByteData raw, int count, List<X> tgt, UnaryFunction<ByteData, X> func) -
buildSized
public static <X> long buildSized(ByteData raw, int count, int itemLength, List<X> tgt, UnaryFunction<ByteData, X> func)
-