net.sf.theora_java.jna.utils
Class Dumper

java.lang.Object
  extended by net.sf.theora_java.jna.utils.Dumper

public class Dumper
extends java.lang.Object

Used for dumping out various theora structures to standard output.

Author:
Ken Larson

Constructor Summary
Dumper()
           
 
Method Summary
static void dump(TheoraLibrary.theora_comment tc)
           
static void dump(TheoraLibrary.theora_info ti)
           
static void dump(XiphLibrary.ogg_packet op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dumper

public Dumper()
Method Detail

dump

public static void dump(TheoraLibrary.theora_info ti)

dump

public static void dump(TheoraLibrary.theora_comment tc)

dump

public static void dump(XiphLibrary.ogg_packet op)