Uses of Interface
one.microstream.io.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> T
XIO. performClosingOperation(FileChannel fileChannel, IoOperationSR<FileChannel,T> operation)
static <T> T
XIO. readOneShot(Path file, IoOperationSR<FileChannel,T> operation)
static <S, R> R
XIO. unchecked(IoOperationSR<S,R> operation, S subject)
static <T> T
XIO. writeOneShot(Path file, IoOperationSR<FileChannel,T> operation)