Uses of Interface
com.healthmarketscience.jackcess.util.OleBlob

Packages that use OleBlob
com.healthmarketscience.jackcess.impl   
com.healthmarketscience.jackcess.util   
 

Uses of OleBlob in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return OleBlob
static OleBlob OleUtil.createBlob(OleBlob.Builder oleBuilder)
          Creates a new OlBlob instance using the given information.
static OleBlob OleUtil.parseBlob(byte[] bytes)
          Parses an access database blob structure and returns an appropriate OleBlob instance.
 

Uses of OleBlob in com.healthmarketscience.jackcess.util
 

Methods in com.healthmarketscience.jackcess.util that return OleBlob
static OleBlob OleBlob.Builder.fromInternalData(byte[] bytes)
           
 OleBlob OleBlob.Content.getBlob()
          Returns the blob which owns this content.
 OleBlob OleBlob.Builder.toBlob()
           
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.