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

InputStream getInputStream()

getLength

long getLength()

cleanup

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



Copyright © 2014–2021 Docmosis Pty Ltd. All rights reserved.