Class

io.archivesunleashed

ArchiveRecordImpl

Related Doc: package archivesunleashed

Permalink

class ArchiveRecordImpl extends ArchiveRecord

Default implementation of a record in a web archive.

Linear Supertypes
ArchiveRecord, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveRecordImpl
  2. ArchiveRecord
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArchiveRecordImpl(r: SerializableWritable[ArchiveRecordWritable])

    Permalink

    an archive record.

    an archive record.

    r

    the serialized record

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ISO8601: SimpleDateFormat

    Permalink
  5. var arcRecord: ARCRecord

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val getContentBytes: Array[Byte]

    Permalink

    Returns the content of the record as an array of bytes.

    Returns the content of the record as an array of bytes.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  13. val getContentString: String

    Permalink

    Returns the content of the record as a String.

    Returns the content of the record as a String.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  14. val getCrawlDate: String

    Permalink

    Returns the crawl date.

    Returns the crawl date.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  15. val getCrawlMonth: String

    Permalink

    Returns the crawl month.

    Returns the crawl month.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  16. val getDomain: String

    Permalink

    Returns the domain.

    Returns the domain.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  17. val getImageBytes: Array[Byte]

    Permalink

    Returns a raw array of bytes for an image.

    Returns a raw array of bytes for an image.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  18. val getMimeType: String

    Permalink

    Returns the MIME type.

    Returns the MIME type.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  19. val getUrl: String

    Permalink

    Returns the URL.

    Returns the URL.

    Definition Classes
    ArchiveRecordImplArchiveRecord
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. var warcRecord: WARCRecord

    Permalink

Inherited from ArchiveRecord

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped