| Package | Description |
|---|---|
| com.revolsys.io | |
| com.revolsys.io.openstreetmap.pbf |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolBufferInputStream |
ProtocolBufferInputStream.newInstance(byte[] buf)
Create a new CodedInputStream wrapping the given byte array.
|
static ProtocolBufferInputStream |
ProtocolBufferInputStream.newInstance(byte[] buf,
int off,
int len)
Create a new CodedInputStream wrapping the given byte array slice.
|
static ProtocolBufferInputStream |
ProtocolBufferInputStream.newInstance(InputStream input)
Create a new CodedInputStream wrapping the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OsmPbfRecordIterator.readStrings(ProtocolBufferInputStream in,
List<String> strings) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.