Constructor and Description |
---|
JaydioDirectIoChannel(File file) |
Modifier and Type | Method and Description |
---|---|
long |
append(IoBuffer buffer) |
void |
close() |
int |
read(IoBuffer buffer,
long position) |
long |
size() |
int |
write(IoBuffer buffer,
long position) |
public JaydioDirectIoChannel(File file) throws IOException
IOException
public int read(IoBuffer buffer, long position) throws IOException
read
in interface IoChannel
IOException
public int write(IoBuffer buffer, long position) throws IOException
write
in interface IoChannel
IOException
public long append(IoBuffer buffer) throws IOException
append
in interface IoChannel
IOException
public long size() throws IOException
size
in interface IoChannel
IOException
public void close() throws IOException
close
in interface IoChannel
IOException
Copyright © 2022 VanillaDB Organization. All rights reserved.