Class BinaryFileService
java.lang.Object
io.datarouter.filesystem.raw.small.BinaryFileService
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]io.datarouter.scanner.Scanner<byte[]>scanChunks(Path fullPath, ExecutorService exec, int numThreads, int chunkSize) voidwriteBytes(Path fullPath, byte[] contents) voidwriteBytes(Path fullPath, io.datarouter.scanner.Scanner<byte[]> chunks) voidwriteBytes(Path fullPath, InputStream inputStream)
-
Constructor Details
-
BinaryFileService
public BinaryFileService()
-
-
Method Details
-
writeBytes
-
writeBytes
-
writeBytes
-
length
-
readBytes
-
readBytes
-
scanChunks
public io.datarouter.scanner.Scanner<byte[]> scanChunks(Path fullPath, ExecutorService exec, int numThreads, int chunkSize)
-