ToFile

final class ToFile(file: File, bufferSize: Int) extends ToOutputStreamBase

Default, mutable implementation for serializing to a given File.

trait Output
class Object
trait Matchable
class Any

Type members

Types

type Result = File
type Self = ToFile

Value members

Concrete methods

def result(): File

Inherited methods

final def writeByte(byte: Byte): Self
Inherited from:
ToOutputStreamBase
final def writeBytes[Bytes](bytes: Bytes)(implicit byteAccess: ByteAccess[Bytes]): Self
Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte, c: Byte, d: Byte): Self
Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte, c: Byte): Self
Inherited from:
ToOutputStreamBase
final def writeBytes(a: Byte, b: Byte): Self
Inherited from:
ToOutputStreamBase
def writeInt(value: Int): Self
Inherited from:
Output
def writeLong(value: Long): Self
Inherited from:
Output
def writeShort(value: Short): Self
Inherited from:
Output

Inherited fields

protected val outputStream: OutputStream
Inherited from:
ToOutputStreamBase