|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArchiveRecord | |
|---|---|
| org.archive.io | |
| org.archive.io.arc | ARC file reading and writing. |
| org.archive.io.warc | Experimental WARC Writer and Readers. |
| Uses of ArchiveRecord in org.archive.io |
|---|
| Methods in org.archive.io that return ArchiveRecord | |
|---|---|
protected abstract ArchiveRecord |
ArchiveReader.createArchiveRecord(java.io.InputStream is,
long offset)
Return an Archive Record homed on offset into
is. |
protected ArchiveRecord |
ArchiveReader.currentRecord(ArchiveRecord currentRecord)
|
protected ArchiveRecord |
ArchiveReader.ArchiveRecordIterator.exceptionNext()
A next that throws exceptions and has handling of recoverable exceptions moving us to next record. |
ArchiveRecord |
ArchiveReader.get()
|
ArchiveRecord |
ArchiveReader.get(long offset)
Get record at passed offset. |
protected ArchiveRecord |
ArchiveReader.getCurrentRecord()
|
protected ArchiveRecord |
ArchiveReader.ArchiveRecordIterator.innerNext()
|
ArchiveRecord |
ArchiveReader.ArchiveRecordIterator.next()
Tries to move to next record if we get RecoverableIOException. |
| Methods in org.archive.io that return types with arguments of type ArchiveRecord | |
|---|---|
java.util.Iterator<ArchiveRecord> |
ArchiveReader.iterator()
Returns an ArchiveRecord iterator. |
| Methods in org.archive.io with parameters of type ArchiveRecord | |
|---|---|
protected ArchiveRecord |
ArchiveReader.currentRecord(ArchiveRecord currentRecord)
|
protected abstract void |
ArchiveReader.gotoEOR(ArchiveRecord record)
Skip over any trailing new lines at end of the record so we're lined up ready to read the next. |
| Uses of ArchiveRecord in org.archive.io.arc |
|---|
| Subclasses of ArchiveRecord in org.archive.io.arc | |
|---|---|
class |
ARCRecord
An ARC file record. |
| Methods in org.archive.io.arc that return types with arguments of type ArchiveRecord | |
|---|---|
java.util.Iterator<ArchiveRecord> |
ARCReaderFactory.CompressedARCReader.iterator()
|
| Methods in org.archive.io.arc with parameters of type ArchiveRecord | |
|---|---|
protected void |
ARCReaderFactory.CompressedARCReader.gotoEOR(ArchiveRecord rec)
|
protected void |
ARCReader.gotoEOR(ArchiveRecord record)
Skip over any trailing new lines at end of the record so we're lined up ready to read the next. |
| Uses of ArchiveRecord in org.archive.io.warc |
|---|
| Subclasses of ArchiveRecord in org.archive.io.warc | |
|---|---|
class |
WARCRecord
A WARC file Record. |
| Methods in org.archive.io.warc that return types with arguments of type ArchiveRecord | |
|---|---|
java.util.Iterator<ArchiveRecord> |
WARCReaderFactory.CompressedWARCReader.iterator()
|
| Methods in org.archive.io.warc with parameters of type ArchiveRecord | |
|---|---|
protected void |
WARCReaderFactory.CompressedWARCReader.gotoEOR(ArchiveRecord rec)
|
protected void |
WARCReader.gotoEOR(ArchiveRecord record)
Skip over any trailing new lines at end of the record so we're lined up ready to read the next. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||