public interface SMFParserProviderType
| Modifier and Type | Method and Description |
|---|---|
SMFParserRandomAccessType |
parserCreateRandomAccess(SMFParserEventsType events,
URI uri,
FileChannel file) |
SMFParserSequentialType |
parserCreateSequential(SMFParserEventsType events,
URI uri,
InputStream stream) |
SMFFormatDescription |
parserFormat() |
javaslang.collection.SortedSet<SMFFormatVersion> |
parserSupportedVersions() |
SMFFormatDescription parserFormat()
javaslang.collection.SortedSet<SMFFormatVersion> parserSupportedVersions()
SMFParserSequentialType parserCreateSequential(SMFParserEventsType events, URI uri, InputStream stream) throws UnsupportedOperationException
events - The event receiveruri - The URI referred to by the input stream, for diagnostic
messagesstream - An input streamUnsupportedOperationException - If sequential parsing is not
supportedSMFFormatDescription.randomAccess()SMFParserRandomAccessType parserCreateRandomAccess(SMFParserEventsType events, URI uri, FileChannel file) throws UnsupportedOperationException
events - The event receiveruri - The URI referred to by the input stream, for diagnostic
messagesfile - A file channelUnsupportedOperationException - If random-access parsing is not
supportedSMFFormatDescription.randomAccess()Copyright © 2017 <code@io7m.com> http://io7m.com