Object/Class

org.cert.netsa.io.silk

FileFormat

Related Docs: class FileFormat | package silk

Permalink

object FileFormat extends ByteEnum[FileFormat]

Linear Supertypes
ByteEnum[FileFormat], ValueEnum[Byte, FileFormat], AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. FileFormat
  2. ByteEnum
  3. ValueEnum
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. object FT_ADDRESSES extends FileFormat with Product with Serializable

    Permalink

  5. object FT_BLOOM extends FileFormat with Product with Serializable

    Permalink

  6. object FT_EXPERIMENT1 extends FileFormat with Product with Serializable

    Permalink

  7. object FT_EXPERIMENT2 extends FileFormat with Product with Serializable

    Permalink

  8. object FT_FLOWCAP extends FileFormat with Product with Serializable

    Permalink

  9. object FT_GRAPH extends FileFormat with Product with Serializable

    Permalink

  10. object FT_IPFIX extends FileFormat with Product with Serializable

    Permalink

  11. object FT_IPSET extends FileFormat with Product with Serializable

    Permalink

  12. object FT_NIDSMAP extends FileFormat with Product with Serializable

    Permalink

  13. object FT_PDUFLOWCAP extends FileFormat with Product with Serializable

    Permalink

  14. object FT_PORTMAP extends FileFormat with Product with Serializable

    Permalink

  15. object FT_PREFIXMAP extends FileFormat with Product with Serializable

    Permalink

  16. object FT_RESERVED_09 extends FileFormat with Product with Serializable

    Permalink

  17. object FT_RESERVED_0F extends FileFormat with Product with Serializable

    Permalink

  18. object FT_RESERVED_17 extends FileFormat with Product with Serializable

    Permalink

  19. object FT_RWACL extends FileFormat with Product with Serializable

    Permalink

  20. object FT_RWAUGMENTED extends FileFormat with Product with Serializable

    Permalink

  21. object FT_RWAUGROUTING extends FileFormat with Product with Serializable

    Permalink

  22. object FT_RWAUGSNMPOUT extends FileFormat with Product with Serializable

    Permalink

  23. object FT_RWAUGWEB extends FileFormat with Product with Serializable

    Permalink

  24. object FT_RWBAG extends FileFormat with Product with Serializable

    Permalink

  25. object FT_RWCOUNT extends FileFormat with Product with Serializable

    Permalink

  26. object FT_RWDAILY extends FileFormat with Product with Serializable

    Permalink

  27. object FT_RWFILTER extends FileFormat with Product with Serializable

    Permalink

  28. object FT_RWGENERIC extends FileFormat with Product with Serializable

    Permalink

  29. object FT_RWIPV6 extends FileFormat with Product with Serializable

    Permalink

  30. object FT_RWIPV6ROUTING extends FileFormat with Product with Serializable

    Permalink

  31. object FT_RWNOTROUTED extends FileFormat with Product with Serializable

    Permalink

  32. object FT_RWPRINTSTATS extends FileFormat with Product with Serializable

    Permalink

  33. object FT_RWROUTED extends FileFormat with Product with Serializable

    Permalink

  34. object FT_RWSCAN extends FileFormat with Product with Serializable

    Permalink

  35. object FT_RWSPLIT extends FileFormat with Product with Serializable

    Permalink

  36. object FT_RWWWW extends FileFormat with Product with Serializable

    Permalink

  37. object FT_SERVICEMAP extends FileFormat with Product with Serializable

    Permalink

  38. object FT_SHUFFLE extends FileFormat with Product with Serializable

    Permalink

  39. object FT_TAGTREE extends FileFormat with Product with Serializable

    Permalink

  40. object FT_TCPDUMP extends FileFormat with Product with Serializable

    Permalink

  41. object FT_TEMPFILE extends FileFormat with Product with Serializable

    Permalink

  42. def apply(v: Byte): FileFormat

    Permalink

    Converts a byte value to a file format.

    Converts a byte value to a file format.

    returns

    The file format represented by this value.

    Exceptions thrown

    SilkDataFormatException if the byte represents no known file format.

  43. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. final macro def findValues: IndexedSeq[FileFormat]

    Permalink
    Attributes
    protected
    Definition Classes
    ByteEnum
  49. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  50. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  57. def unpacker(fileFormat: FileFormat, recordVersion: Short): Option[Unpacker]

    Permalink

    Optionally returns the unpacker for a given file format and record version, if such an unpacker exists.

    Optionally returns the unpacker for a given file format and record version, if such an unpacker exists.

    returns

    Some(packer) if an appropriate unpacker exists, None otherwise.

  58. lazy val values: IndexedSeq[FileFormat]

    Permalink

    Collection of all known valid SiLK file formats.

    Collection of all known valid SiLK file formats.

    Definition Classes
    FileFormat → ValueEnum
  59. final lazy val valuesToEntriesMap: Map[Byte, FileFormat]

    Permalink
    Definition Classes
    ValueEnum
  60. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withValue(i: Byte): FileFormat

    Permalink
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  64. def withValueEither(i: Byte): Either[NoSuchMember[Byte, ValueEnumEntry[Byte]], FileFormat]

    Permalink
    Definition Classes
    ValueEnum
  65. def withValueOpt(i: Byte): Option[FileFormat]

    Permalink
    Definition Classes
    ValueEnum

Inherited from ByteEnum[FileFormat]

Inherited from ValueEnum[Byte, FileFormat]

Inherited from AnyRef

Inherited from Any

Members

Values

Ungrouped