scodec
.
bits
.
ByteVector
GroupedOp
Related Doc:
package ByteVector
implicit final
class
GroupedOp
extends
AnyVal
Source
ByteVector.scala
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GroupedOp
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GroupedOp
(
self:
ByteVector
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
grouped
(
chunkSize:
Long
)
:
Iterator
[
ByteVector
]
Converts this vector in to a sequence of
chunkSize
-byte vectors.
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
self
:
ByteVector
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
collection
Ungrouped