net.sf.nxqd
Class NxqdBlobValue

java.lang.Object
  extended by net.sf.nxqd.NxqdValue
      extended by net.sf.nxqd.NxqdBlobValue

public class NxqdBlobValue
extends NxqdValue

Version:
1.0
Author:
webhiker

Constructor Summary
NxqdBlobValue(byte[] b)
           
 
Method Summary
 byte[] getBlob()
           
 void setBlob(byte[] b)
           
 
Methods inherited from class net.sf.nxqd.NxqdValue
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NxqdBlobValue

public NxqdBlobValue(byte[] b)
              throws NxqdException
Throws:
NxqdException
Method Detail

getBlob

public byte[] getBlob()
               throws NxqdException
Throws:
NxqdException

setBlob

public void setBlob(byte[] b)
             throws NxqdException
Throws:
NxqdException


Copyright © 2005-2006 nxqd. All Rights Reserved.