Uses of Interface
org.gittorr.ccerial.utils.ReaderFunction
Packages that use ReaderFunction
-
Uses of ReaderFunction in org.gittorr.ccerial.utils
Methods in org.gittorr.ccerial.utils with parameters of type ReaderFunctionModifier and TypeMethodDescriptionstatic <T> Collection<T>BinaryUtils.readCollection(InputStream in, int count, ReaderFunction<T> componentReader, Function<Integer, Collection<T>> creator) static <T> Collection<T>BinaryUtils.readCollection(InputStream in, ReaderFunction<T> componentReader, Function<Integer, Collection<T>> creator) static <T> T[]BinaryUtils.readGenericArray(InputStream in, int count, ReaderFunction<T> componentReader, Function<Integer, T[]> creator) static <T> T[]BinaryUtils.readGenericArray(InputStream in, ReaderFunction<T> componentReader, Function<Integer, T[]> creator)