ToFile

io.bullet.borer.output.ToFileOutput.ToFile
final class ToFile(file: File, bufferSize: Int) extends ToOutputStreamBase

Default, mutable implementation for serializing to a given File.

Attributes

Graph
Supertypes
trait Output
class Object
trait Matchable
class Any

Members list

Type members

Types

type Result = File
type Self = ToFile

Value members

Concrete methods

def result(): File

Inherited methods

final def writeByte(byte: Byte): Self

Attributes

Inherited from:
ToOutputStreamBase
final def writeBytes[Bytes](bytes: Bytes)(implicit byteAccess: ByteAccess[Bytes]): Self

Attributes

Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte, c: Byte, d: Byte): Self

Attributes

Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte, c: Byte): Self

Attributes

Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte): Self

Attributes

Inherited from:
ToOutputStreamBase
def writeInt(value: Int): Self

Attributes

Inherited from:
Output
def writeLong(value: Long): Self

Attributes

Inherited from:
Output
def writeShort(value: Short): Self

Attributes

Inherited from:
Output

Inherited fields

protected val outputStream: OutputStream

Attributes

Inherited from:
ToOutputStreamBase