Package org.yecht

Class IoFileRead.Default

  • All Implemented Interfaces:
    IoFileRead
    Enclosing interface:
    IoFileRead

    public static class IoFileRead.Default
    extends java.lang.Object
    implements IoFileRead
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • read

        public int read​(Pointer buf,
                        JechtIO.File file,
                        int max_size,
                        int skip)
                 throws java.io.IOException
        Specified by:
        read in interface IoFileRead
        Throws:
        java.io.IOException