Class AbstractStreamingInput

java.lang.Object
se.l4.commons.serialization.format.AbstractStreamingInput
All Implemented Interfaces:
Closeable, AutoCloseable, StreamingInput
Direct Known Subclasses:
BinaryInput, JsonInput

public abstract class AbstractStreamingInput
extends Object
implements StreamingInput
Abstract implementation of StreamingInput to simplify common operations such as peeking and value setting.