Docmosis API 4.5.0

com.docmosis.template
Interface Document

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
Template

public interface Document
extends Externalizable


Method Summary
 void cleanup()
          Release any resources held by this document (particularly closing any inputstream)
 InputStream getInputStream()
           
 long getLength()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getInputStream

public InputStream getInputStream()

getLength

public long getLength()

cleanup

public void cleanup()
Release any resources held by this document (particularly closing any inputstream)


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.