Uses of Class
com.google.common.geometry.LittleEndianInput
-
Uses of LittleEndianInput in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type LittleEndianInputModifier and TypeMethodDescription(package private) static S2CapS2Cap.decode(LittleEndianInput is) Returns a new S2Cap decoded from the given little endian input stream.static S2CellUnionS2CellUnion.decode(LittleEndianInput input) AsS2CellUnion.decode(InputStream), but avoids creating a little endian input helper.(package private) static S2LatLngRectS2LatLngRect.decode(LittleEndianInput decoder) (package private) static S2LoopS2Loop.decode(LittleEndianInput decoder) Returns a loop decoded from the given stream.(package private) static S2PointS2Point.decode(LittleEndianInput is) Returns a new S2Point decoded from the given little endian input stream.voidS2PointCompression.FaceRunCoder.decode(int vertices, LittleEndianInput decoder) (package private) static S2PointRegionS2PointRegion.decode(LittleEndianInput is) Returns a new S2PointRegion decoded from the given little endian input stream.(package private) static S2PolylineS2Polyline.decode(LittleEndianInput decoder) (package private) static S2LoopS2Loop.decodeCompressed(int level, LittleEndianInput decoder) private static S2PolygonS2Polygon.decodeCompressed(LittleEndianInput decoder) private static S2PolylineS2Polyline.decodeCompressed(LittleEndianInput decoder) private static S2LoopS2Loop.decodeInternal(LittleEndianInput decoder) private static S2PolygonS2Polygon.decodeLossless(LittleEndianInput decoder) private static S2PolylineS2Polyline.decodeLossless(LittleEndianInput is) S2PointCompression.decodePointsCompressed(int numVertices, int level, LittleEndianInput decoder)