- All Known Implementing Classes:
NativeRead
public interface Read
-
Method Summary
boolean
from(byte @NotNull [] bytes)
long
read(com.sun.jna.Pointer into,
long length)
long
long
-
Method Details
-
from
@NotNull
static @NotNull Read from(@NotNull
@NotNull String path)
-
from
@NotNull
static @NotNull Read from(byte @NotNull [] bytes)
-
adapt
@NotNull
static @NotNull NativeRead adapt(@NotNull
@NotNull Read javaOrNative)
-
read
long read(com.sun.jna.Pointer into,
long length)
-
seek
long seek(long offset,
Whence whence)
-
-