Package io.deephaven.parquet.base.util
Interface SeekableChannelsProvider
- All Known Implementing Classes:
CachedChannelProvider
,LocalFSChannelProvider
,TrackedSeekableChannelsProvider
public interface SeekableChannelsProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault SeekableByteChannel
getReadChannel
(@NotNull String path) getReadChannel
(@NotNull Path path) default SeekableByteChannel
getWriteChannel
(@NotNull String path, boolean append) getWriteChannel
(@NotNull Path path, boolean append)
-
Method Details
-
getReadChannel
- Throws:
IOException
-
getReadChannel
- Throws:
IOException
-
getWriteChannel
default SeekableByteChannel getWriteChannel(@NotNull @NotNull String path, boolean append) throws IOException - Throws:
IOException
-
getWriteChannel
- Throws:
IOException
-