Package org.yecht
Class IoFileRead.Default
- java.lang.Object
-
- org.yecht.IoFileRead.Default
-
- All Implemented Interfaces:
IoFileRead
- Enclosing interface:
- IoFileRead
public static class IoFileRead.Default extends java.lang.Object implements IoFileRead
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.yecht.IoFileRead
IoFileRead.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read(Pointer buf, JechtIO.File file, int max_size, int skip)
-
-
-
Method Detail
-
read
public int read(Pointer buf, JechtIO.File file, int max_size, int skip) throws java.io.IOException
- Specified by:
read
in interfaceIoFileRead
- Throws:
java.io.IOException
-
-