Class Asset


  • public abstract class Asset
    extends Object
    • Method Detail

      • read

        public final int read​(byte[] buf,
                              int count)
      • read

        public abstract int read​(byte[] buf,
                                 int bufOffset,
                                 int count)
      • seek

        public abstract long seek​(long offset,
                                  int whence)
      • close

        public abstract void close()
      • getBuffer

        public abstract byte[] getBuffer​(boolean wordAligned)
      • getLength

        public abstract long getLength()
      • getRemainingLength

        public abstract long getRemainingLength()
      • getFile

        public abstract File getFile()
      • getFileName

        public abstract String getFileName()
      • isNinePatch

        public abstract boolean isNinePatch()
      • getGlobalCount

        public static int getGlobalCount()
      • getAssetAllocations

        public static String getAssetAllocations()