bytes

object bytes extends ReadablePath => Array[Byte]

Reads the contents of a os.Path or os.Source as an Array[Byte]; you can provide an offset/count to read from if the source supports seeking.

class Object
trait Matchable
class Any
bytes.type

Value members

Concrete methods

def apply(arg: Path, offset: Long, count: Int): Array[Byte]

Inherited methods

def andThen[A](g: Array[Byte] => A): ReadablePath => A
Inherited from:
Function1
def compose[A](g: A => ReadablePath): A => Array[Byte]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1