com.mongodb
Class DBBinary

java.lang.Object
  extended by com.mongodb.DBBinary

public class DBBinary
extends Object

generic binary holder


Constructor Summary
DBBinary(byte type, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 byte getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBBinary

public DBBinary(byte type,
                byte[] data)
Method Detail

getType

public byte getType()

getData

public byte[] getData()