Class PNGSize

java.lang.Object
zombie.core.textures.PNGSize

public final class PNGSize
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int height  
    int width  
  • Constructor Summary

    Constructors
    Constructor Description
    PNGSize()  
  • Method Summary

    Modifier and Type Method Description
    void readSize​(java.io.InputStream inputStream)  
    void readSize​(java.lang.String string)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • width

      public int width
    • height

      public int height
  • Constructor Details

    • PNGSize

      public PNGSize()
  • Method Details

    • readSize

      public void readSize​(java.lang.String string)
    • readSize

      public void readSize​(java.io.InputStream inputStream) throws java.io.IOException
      Throws:
      java.io.IOException