Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(v: Byte): FileFormat

    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.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final macro def findValues: IndexedSeq[FileFormat]
    Attributes
    protected
    Definition Classes
    ByteEnum
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def unpacker(fileFormat: FileFormat, recordVersion: Short): Option[Unpacker]

    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.

  20. lazy val values: IndexedSeq[FileFormat]

    Collection of all known valid SiLK file formats.

    Collection of all known valid SiLK file formats.

    Definition Classes
    FileFormat → ValueEnum
  21. final lazy val valuesToEntriesMap: Map[Byte, FileFormat]
    Definition Classes
    ValueEnum
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. def withValue(i: Byte): FileFormat
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  26. def withValueEither(i: Byte): Either[NoSuchMember[Byte, ValueEnumEntry[Byte]], FileFormat]
    Definition Classes
    ValueEnum
  27. def withValueOpt(i: Byte): Option[FileFormat]
    Definition Classes
    ValueEnum
  28. object FT_ADDRESSES extends FileFormat with Product with Serializable

  29. object FT_BLOOM extends FileFormat with Product with Serializable

  30. object FT_EXPERIMENT1 extends FileFormat with Product with Serializable

  31. object FT_EXPERIMENT2 extends FileFormat with Product with Serializable

  32. object FT_FLOWCAP extends FileFormat with Product with Serializable

  33. object FT_GRAPH extends FileFormat with Product with Serializable

  34. object FT_IPFIX extends FileFormat with Product with Serializable

  35. object FT_IPSET extends FileFormat with Product with Serializable

  36. object FT_NIDSMAP extends FileFormat with Product with Serializable

  37. object FT_PDUFLOWCAP extends FileFormat with Product with Serializable

  38. object FT_PORTMAP extends FileFormat with Product with Serializable

  39. object FT_PREFIXMAP extends FileFormat with Product with Serializable

  40. object FT_RESERVED_09 extends FileFormat with Product with Serializable

  41. object FT_RESERVED_0F extends FileFormat with Product with Serializable

  42. object FT_RESERVED_17 extends FileFormat with Product with Serializable

  43. object FT_RWACL extends FileFormat with Product with Serializable

  44. object FT_RWAUGMENTED extends FileFormat with Product with Serializable

  45. object FT_RWAUGROUTING extends FileFormat with Product with Serializable

  46. object FT_RWAUGSNMPOUT extends FileFormat with Product with Serializable

  47. object FT_RWAUGWEB extends FileFormat with Product with Serializable

  48. object FT_RWBAG extends FileFormat with Product with Serializable

  49. object FT_RWCOUNT extends FileFormat with Product with Serializable

  50. object FT_RWDAILY extends FileFormat with Product with Serializable

  51. object FT_RWFILTER extends FileFormat with Product with Serializable

  52. object FT_RWGENERIC extends FileFormat with Product with Serializable

  53. object FT_RWIPV6 extends FileFormat with Product with Serializable

  54. object FT_RWIPV6ROUTING extends FileFormat with Product with Serializable

  55. object FT_RWNOTROUTED extends FileFormat with Product with Serializable

  56. object FT_RWPRINTSTATS extends FileFormat with Product with Serializable

  57. object FT_RWROUTED extends FileFormat with Product with Serializable

  58. object FT_RWSCAN extends FileFormat with Product with Serializable

  59. object FT_RWSPLIT extends FileFormat with Product with Serializable

  60. object FT_RWWWW extends FileFormat with Product with Serializable

  61. object FT_SERVICEMAP extends FileFormat with Product with Serializable

  62. object FT_SHUFFLE extends FileFormat with Product with Serializable

  63. object FT_TAGTREE extends FileFormat with Product with Serializable

  64. object FT_TCPDUMP extends FileFormat with Product with Serializable

  65. object FT_TEMPFILE extends FileFormat with Product with Serializable

Inherited from ByteEnum[FileFormat]

Inherited from ValueEnum[Byte, FileFormat]

Inherited from AnyRef

Inherited from Any

Members

Values

Ungrouped