Constructor and Description |
---|
OperatorWriteBytes() |
OperatorWriteBytes(File file,
boolean append) |
OperatorWriteBytes(File file,
boolean append,
int bufferSize) |
OperatorWriteBytes(int bufferSize) |
OperatorWriteBytes(OutputStream out,
boolean closeOnTerminate) |
OperatorWriteBytes(OutputStream out,
boolean closeOnTerminate,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super byte[]> |
call(rx.Subscriber<? super String> child) |
public OperatorWriteBytes(File file, boolean append)
public OperatorWriteBytes(File file, boolean append, int bufferSize)
public OperatorWriteBytes()
public OperatorWriteBytes(int bufferSize)
public OperatorWriteBytes(OutputStream out, boolean closeOnTerminate)
public OperatorWriteBytes(OutputStream out, boolean closeOnTerminate, int bufferSize)
Copyright © 2020. All rights reserved.