Package railo.commons.io

Examples of railo.commons.io.TemporaryStream


    this.s3=s3;
    this.bucketName=bucketName;
    this.objectName=objectName;
    this.acl=acl;
   
    ts = new TemporaryStream();
  }
View Full Code Here

TOP

Related Classes of railo.commons.io.TemporaryStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.