com.coremedia.iso
Class IsoTypeWriter
java.lang.Object
com.coremedia.iso.IsoTypeWriter
public final class IsoTypeWriter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsoTypeWriter
public IsoTypeWriter()
writeUInt64
public static void writeUInt64(ByteBuffer bb,
long u)
writeUInt32
public static void writeUInt32(ByteBuffer bb,
long u)
writeUInt24
public static void writeUInt24(ByteBuffer bb,
int i)
writeUInt16
public static void writeUInt16(ByteBuffer bb,
int i)
writeUInt8
public static void writeUInt8(ByteBuffer bb,
int i)
writeFixedPont1616
public static void writeFixedPont1616(ByteBuffer bb,
double v)
throws IOException
- Throws:
IOException
writeFixedPont88
public static void writeFixedPont88(ByteBuffer bb,
double v)
throws IOException
- Throws:
IOException
int2byte
public static byte int2byte(int i)
writeIso639
public static void writeIso639(ByteBuffer bb,
String language)
writeUtf8String
public static void writeUtf8String(ByteBuffer bb,
String string)
Copyright © 2012. All Rights Reserved.