Holger's
Java API

Uses of Class
com.antelmann.io.BinaryData

Packages that use BinaryData
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
 

Uses of BinaryData in com.antelmann.crm
 

Methods in com.antelmann.crm with parameters of type BinaryData
 void ContactImpl.setDisplayImage(BinaryData data)
           
 

Uses of BinaryData in com.antelmann.db
 

Fields in com.antelmann.db declared as BinaryData
protected  BinaryData BaseDocument.binaryData
           
 

Uses of BinaryData in com.antelmann.image
 

Methods in com.antelmann.image with parameters of type BinaryData
 void ImageHolder.setImage(BinaryData data)
           
 

Constructors in com.antelmann.image with parameters of type BinaryData
ImageHolder(BinaryData data)
           
 

Uses of BinaryData in com.antelmann.io
 

Methods in com.antelmann.io that return BinaryData
 BinaryData BinaryData.cacheInFile(File file, boolean serializeAsURL)
          note that the caller has to take care that the given file is later deleted when it's not used anymore
 BinaryData BinaryData.convertToByteArray()
          replaces the existing retriever with one that holds the relevant data in-memory as byte array.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads