Package org.yecht
Interface IoFileRead
-
- All Known Implementing Classes:
IoFileRead.Default
public interface IoFileRead
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IoFileRead.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
read(Pointer buf, JechtIO.File file, int max_size, int skip)
-
-
-
Method Detail
-
read
int read(Pointer buf, JechtIO.File file, int max_size, int skip) throws java.io.IOException
- Throws:
java.io.IOException
-
-