Uses of Class
org.wololo.flatgeobuf.HeaderMeta
-
Packages that use HeaderMeta Package Description org.wololo.flatgeobuf -
-
Uses of HeaderMeta in org.wololo.flatgeobuf
Methods in org.wololo.flatgeobuf that return HeaderMeta Modifier and Type Method Description static HeaderMetaHeaderMeta. read(InputStream stream)static HeaderMetaHeaderMeta. read(ByteBuffer bb)Methods in org.wololo.flatgeobuf with parameters of type HeaderMeta Modifier and Type Method Description static voidHeaderMeta. write(HeaderMeta headerMeta, OutputStream to, com.google.flatbuffers.FlatBufferBuilder builder)
-