java.lang.Object
org.cybergarage.upnp.std.av.server.object.format.Header
Direct Known Subclasses:
ID3Format, ImageIOFormat

public abstract class Header extends Object
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getID

      public static final byte[] getID(InputStream inputStream, int headerOffset, int headerSize)
    • getID

      public static final byte[] getID(InputStream inputStream, int headerSize)
    • getIDString

      public static final String getIDString(InputStream inputStream, int headerOffset, int headerSize)
    • getIDString

      public static final String getIDString(InputStream inputStream, int headerSize)
    • getID

      public static final byte[] getID(File file, int headerSize)
    • getIDString

      public static final String getIDString(File file, int headerOffset, int headerSize)
    • getIDString

      public static final String getIDString(File file, int headerSize)
    • getSuffix

      public static final String getSuffix(File file)