public class SerializerKryo<T,S extends Geometry> extends Object implements Serializer<T,S>
| Constructor and Description |
|---|
SerializerKryo() |
| Modifier and Type | Method and Description |
|---|---|
RTree<T,S> |
read(InputStream in) |
void |
write(RTree<T,S> tree,
OutputStream out) |
public void write(RTree<T,S> tree, OutputStream out) throws IOException
write in interface Serializer<T,S extends Geometry>IOExceptionpublic RTree<T,S> read(InputStream in)
read in interface Serializer<T,S extends Geometry>Copyright © 2013–2022. All rights reserved.