public interface ShapeReader
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
     
    double
     
    int
     
    void
    skip(int numBytes)
     
  • Method Details

    • readInt

      int readInt()
    • readDouble

      double readDouble()
    • readByte

      byte readByte()
    • skip

      void skip(int numBytes)