- Ratio - Interface in com.cognitect.transit
-
Represents a ratio using BigIntegers
- read() - Method in interface com.cognitect.transit.Reader
-
Reads a single value from an input source
- Reader - Interface in com.cognitect.transit
-
Interace for reading values in transit format
- reader(TransitFactory.Format, InputStream) - Static method in class com.cognitect.transit.TransitFactory
-
Creates a reader instance.
- reader(TransitFactory.Format, InputStream, Map<String, ReadHandler>) - Static method in class com.cognitect.transit.TransitFactory
-
Creats a reader instance.
- reader(TransitFactory.Format, InputStream, DefaultReadHandler) - Static method in class com.cognitect.transit.TransitFactory
-
Creats a reader instance.
- reader(TransitFactory.Format, InputStream, Map<String, ReadHandler>, DefaultReadHandler) - Static method in class com.cognitect.transit.TransitFactory
-
Creats a reader instance.
- ReadHandler - Interface in com.cognitect.transit
-
Converts a transit representation to an instance of a type; if type
implements ArrayReadHandler or MapReadHandler to support incremental
parsing of representation, that interface will be used instead
- rep(Object) - Method in interface com.cognitect.transit.WriteHandler
-
Gets the representation to use for the object, either an instance of transit ground type,
or object for which there is a Handler (including an instance of TaggedValue).