Uses of Interface
one.microstream.io.IoOperationSR
-
Packages that use IoOperationSR Package Description one.microstream.io -
-
Uses of IoOperationSR in one.microstream.io
Methods in one.microstream.io with parameters of type IoOperationSR Modifier and Type Method Description static <T> TXIO. performClosingOperation(FileChannel fileChannel, IoOperationSR<FileChannel,T> operation)static <T> TXIO. readOneShot(Path file, IoOperationSR<FileChannel,T> operation)static <S,R>
RXIO. unchecked(IoOperationSR<S,R> operation, S subject)static <T> TXIO. writeOneShot(Path file, IoOperationSR<FileChannel,T> operation)
-