| Package | Description |
|---|---|
| de.jarnbjo.ogg |
| Modifier and Type | Method and Description |
|---|---|
static OggPage |
OggPage.create(byte[] source)
this method equals to create(byte[] source, false)
|
static OggPage |
OggPage.create(byte[] source,
boolean skipData)
This method is called to
create a new OggPage instance based on the specified byte array.
|
static OggPage |
OggPage.create(InputStream source)
this method equals to create(InputStream source, false)
|
static OggPage |
OggPage.create(InputStream source,
boolean skipData)
This method is called to read data from the current position in the
specified InpuStream and create a new OggPage instance based on the data
read.
|
static OggPage |
OggPage.create(RandomAccessFile source)
this method equals to create(RandomAccessFile source, false)
|
static OggPage |
OggPage.create(RandomAccessFile source,
boolean skipData)
This method is called to read data from the current position in the
specified RandomAccessFile and create a new OggPage instance based on the data
read.
|
byte[] |
LogicalOggStreamImpl.getNextOggPacket() |
OggPage |
LogicalOggStreamImpl.getNextOggPage() |
Copyright © 2017. All rights reserved.