@FunctionalInterface public interface BlockPropertyDecoder<P>
| Modifier and Type | Method and Description |
|---|---|
default void |
finish(DataInput in) |
static <P> BlockPropertyDecoder<P> |
nullDecoder() |
P |
readProperty(DataInput in) |
default void |
start(DataInput in) |
static <P> BlockPropertyDecoder<P> nullDecoder()
default void start(DataInput in) throws IOException
IOExceptionP readProperty(DataInput in) throws IOException
IOExceptiondefault void finish(DataInput in) throws IOException
IOExceptionCopyright © 2019. All rights reserved.