fastparse.byte

ByteApi

class ByteApi extends Api[Byte, ByteVector]

Linear Supertypes
Api[Byte, ByteVector], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteApi
  2. Api
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteApi()

Type Members

  1. type Bytes = ByteVector

  2. type IndexedParserInput = utils.IndexedParserInput[Byte, ByteVector]

    Definition Classes
    Api
  3. type IteratorParserInput = utils.IteratorParserInput[Byte, ByteVector]

    Definition Classes
    Api
  4. type P[+T] = core.Parser[T, Byte, ByteVector]

    Definition Classes
    Api
  5. type P0 = core.Parser[Unit, Byte, ByteVector]

    Definition Classes
    Api
  6. type ParseCtx = core.ParseCtx[Byte, ByteVector]

    Definition Classes
    Api
  7. type ParseError = core.ParseError[Byte, ByteVector]

    Definition Classes
    Api
  8. type Parsed[+T] = core.Parsed[T, Byte, ByteVector]

    Definition Classes
    Api
  9. type Parser[+T] = core.Parser[T, Byte, ByteVector]

    Definition Classes
    Api
  10. type ParserInput = utils.ParserInput[Byte, ByteVector]

    Definition Classes
    Api

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def &(p: P[_]): Lookahead[Byte, ByteVector]

    Definition Classes
    Api
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val AnyByte: AnyElem[Byte, Bytes]

  8. def AnyBytes(count: Int): AnyElems[Byte, Bytes]

  9. val AnyElem: AnyElem[Byte, Bytes]

    Definition Classes
    ByteApi → Api
  10. def AnyElems(count: Int): AnyElems[Byte, Bytes]

  11. val BE: ByteUtils.EndianByteParsers.BE.type

    Big-endian integer parsers

  12. def BS[T](bytes: Bytes): P0

    Construct a literal byte-parser out of an immutable Bytes value

  13. def BS[T](bytes: T*)(implicit arg0: Integral[T]): P0

    Construct a literal byte-parser out of raw byte values.

    Construct a literal byte-parser out of raw byte values. Any integral values can be used, but they will be truncated down to Bytes before being used in the parser

  14. def ByteIn(seqs: Seq[Byte]*): ElemIn[Byte, Bytes]

  15. def BytePred(pred: (Byte) ⇒ Boolean): P0

  16. val Bytes: ByteVector.type

    Convenient, more-concise alias for scodec.bits.ByteVector

  17. def BytesWhile(pred: (Byte) ⇒ Boolean, min: Int = 1): ElemsWhile[Byte, Bytes]

  18. def ElemIn(strings: Seq[Byte]*): ElemIn[Byte, Bytes]

    Definition Classes
    ByteApi → Api
  19. def ElemPred(pred: (Byte) ⇒ Boolean): P0

    Definition Classes
    ByteApi → Api
  20. def ElemsWhile(pred: (Byte) ⇒ Boolean, min: Int = 1): ElemsWhile[Byte, Bytes]

    Definition Classes
    ByteApi → Api
  21. val End: End[Byte, ByteVector]

    Definition Classes
    Api
  22. val Fail: Fail[Byte, ByteVector]

    Definition Classes
    Api
  23. implicit def HexStringSyntax(sc: StringContext): HexStringSyntax

  24. val Index: Index[Byte, ByteVector]

    Definition Classes
    Api
  25. val Int8: ByteUtils.Parser[Byte]

  26. val LE: ByteUtils.EndianByteParsers.LE.type

    Little-endian integer parsers

  27. val NoCut: parsers.Combinators.NoCut.type

    Definition Classes
    Api
  28. val NoTrace: parsers.Combinators.NoTrace.type

    Definition Classes
    Api
  29. def P[T](p: ⇒ Parser[T])(implicit name: Name): Parser[T]

    Definition Classes
    Api
  30. val ParseError: (Failure[Byte, ByteVector]) ⇒ core.ParseError[Byte, ByteVector]

    Definition Classes
    Api
  31. val Pass: Pass[Byte, ByteVector]

    Definition Classes
    Api
  32. def PassWith[T](t: T): PassWith[T, Byte, ByteVector]

    Definition Classes
    Api
  33. def SeqIn(seqs: ByteVector*): StringIn[Byte, ByteVector]

    Definition Classes
    Api
  34. val Start: Start[Byte, ByteVector]

    Definition Classes
    Api
  35. val UInt8: ByteUtils.Parser[Short]

  36. val Word16: P[Unit]

    Parses a two-byte word

  37. val Word32: P[Unit]

    Parses a four-byte word

  38. val Word64: P[Unit]

    Parses an eight-byte word

  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  46. implicit val implicitClassTag: ClassTag[Byte]

    Attributes
    protected[this]
    Definition Classes
    Api
  47. implicit val implicitElemSetHelper: ElemSetHelper[Byte]

    Definition Classes
    Api
  48. implicit val implicitOrdering: Ordering[Byte]

    Attributes
    protected[this]
    Definition Classes
    Api
  49. implicit val implicitReprOps: ReprOps[Byte, ByteVector]

    Definition Classes
    Api
  50. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. def prettyBytes(bytes: Bytes, markers: Seq[Int] = Seq(-1), contextRows: Int = 8): String

    Prettify an array of bytes as an easy-to-ready 16-wide grid of hex-values into a string you can print and read.

    Prettify an array of bytes as an easy-to-ready 16-wide grid of hex-values into a string you can print and read.

    By default, only prints the first 8 rows. You can pass in a set of markers in order to label other parts of the input bytes with a caret and also print the rows around those points, or set contextRows to some other value than 8 if you want to see more or less rows (e.g. set it to Int.MaxValue to show the whole input)

  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Api[Byte, ByteVector]

Inherited from AnyRef

Inherited from Any

Ungrouped