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.

trait ReadablePath => Array[Byte]
class Object
trait Matchable
class Any
bytes.type

Value members

Concrete methods

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

Inherited methods

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