public class FilePublisher$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FilePublisher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
FilePublisher$() |
Modifier and Type | Method and Description |
---|---|
Props |
props(java.nio.file.Path f,
scala.concurrent.Promise<IOResult> completionPromise,
int chunkSize,
long startPosition,
int initialBuffer,
int maxBuffer) |
java.util.Set<java.nio.file.StandardOpenOption> |
Read() |
public static final FilePublisher$ MODULE$