Package com.cognitect.transit
Interface Reader
-
public interface Reader
Interface for reading values in transit format
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
read()
Reads a single value from an input source
-