com.googlecode.mp4parser.boxes
Class AbstractSampleEncryptionBox.Entry.Pair

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox.Entry.Pair
Enclosing class:
AbstractSampleEncryptionBox.Entry

public class AbstractSampleEncryptionBox.Entry.Pair
extends Object


Field Summary
 int clear
           
 long encrypted
           
 
Constructor Summary
AbstractSampleEncryptionBox.Entry.Pair(int clear, long encrypted)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

clear

public int clear

encrypted

public long encrypted
Constructor Detail

AbstractSampleEncryptionBox.Entry.Pair

public AbstractSampleEncryptionBox.Entry.Pair(int clear,
                                              long encrypted)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.