OOP BinaryStore Version 2.1.2

Package com.bentofw.binarystore

The classes in this package save/retrieve the binary contents of the file into/from SQL table through JDBC.

See:
          Description

Class Summary
BinaryServlet Sends the binary contents back to the web browser.
BinaryStore Saves the binary contents into SQL table.
DownloadServlet Sends the binary contents back to the web browser with application/octet-stream as the content-type.
PartialBinaryServlet Send back the chunked binary contents according to the HTTP range request.
StoredFile Represents the file stored in SQL.
StoredInfo Represents the file stored in SQL.
 

Exception Summary
NoBinaryData Thrown by BinaryStore, indicating no record found for the specified ID.
 

Package com.bentofw.binarystore Description

The classes in this package save/retrieve the binary contents of the file into/from SQL table through JDBC. Along with the binary contents of the file, the file name and the content-type can also be persistent.


OOP BinaryStore Version 2.1.2

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.