com.coremedia.iso
Class IsoTypeWriter

java.lang.Object
  extended by com.coremedia.iso.IsoTypeWriter

public final class IsoTypeWriter
extends Object


Constructor Summary
IsoTypeWriter()
           
 
Method Summary
static void writeFixedPont1616(ByteBuffer bb, double v)
           
static void writeFixedPont88(ByteBuffer bb, double v)
           
static void writeIso639(ByteBuffer bb, String language)
           
static void writeUInt16(ByteBuffer bb, int i)
           
static void writeUInt16BE(ByteBuffer bb, int i)
           
static void writeUInt24(ByteBuffer bb, int i)
           
static void writeUInt32(ByteBuffer bb, long u)
           
static void writeUInt32BE(ByteBuffer bb, long u)
           
static void writeUInt64(ByteBuffer bb, long u)
           
static void writeUInt8(ByteBuffer bb, int i)
           
static void writeUtf8String(ByteBuffer bb, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsoTypeWriter

public IsoTypeWriter()
Method Detail

writeUInt64

public static void writeUInt64(ByteBuffer bb,
                               long u)

writeUInt32

public static void writeUInt32(ByteBuffer bb,
                               long u)

writeUInt32BE

public static void writeUInt32BE(ByteBuffer bb,
                                 long u)

writeUInt24

public static void writeUInt24(ByteBuffer bb,
                               int i)

writeUInt16

public static void writeUInt16(ByteBuffer bb,
                               int i)

writeUInt16BE

public static void writeUInt16BE(ByteBuffer bb,
                                 int i)

writeUInt8

public static void writeUInt8(ByteBuffer bb,
                              int i)

writeFixedPont1616

public static void writeFixedPont1616(ByteBuffer bb,
                                      double v)

writeFixedPont88

public static void writeFixedPont88(ByteBuffer bb,
                                    double v)

writeIso639

public static void writeIso639(ByteBuffer bb,
                               String language)

writeUtf8String

public static void writeUtf8String(ByteBuffer bb,
                                   String string)


Copyright © 2012. All Rights Reserved.