public class SGraphInputCodec extends InputCodec<SGraph>
Constructor and Description |
---|
SGraphInputCodec() |
Modifier and Type | Method and Description |
---|---|
SGraph |
read(InputStream is)
Reads an object from an input stream.
|
addOptions, getAllInputCodecs, getInputCodecByExtension, getInputCodecByName, getInputCodecByNameOrExtension, getInputCodecs, getMetadata, getOption, hasTrueOption, main, read, setOption, setProgressListener
public SGraph read(InputStream is) throws CodecParseException, IOException
InputCodec
read
in class InputCodec<SGraph>
CodecParseException
- if an error occurred while decoding
the input stream into an objectIOException
- if an error occurred while reading
data from the input streamCopyright © 2017. All rights reserved.