Class BinaryFileService.CheckedBinaryFileService
java.lang.Object
io.datarouter.filesystem.raw.small.BinaryFileService.CheckedBinaryFileService
- Enclosing class:
- BinaryFileService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]voidwriteBytes(Path fullPath, byte[] contents) voidwriteBytes(Path fullPath, io.datarouter.scanner.Scanner<byte[]> chunks) voidwriteBytes(Path fullPath, InputStream inputStream)
-
Constructor Details
-
CheckedBinaryFileService
public CheckedBinaryFileService()
-
-
Method Details
-
writeBytes
- Throws:
IOException
-
writeBytes
public void writeBytes(Path fullPath, io.datarouter.scanner.Scanner<byte[]> chunks) throws IOException - Throws:
IOException
-
writeBytes
- Throws:
IOException
-
length
- Throws:
IOException
-
readBytes
- Throws:
IOException
-
readBytes
- Throws:
IOException
-