Package org.apache.oodt.commons.io

Examples of org.apache.oodt.commons.io.NullInputStream


    public TestCodec() {}
    public Node encode(Object object, Document doc) { return null; }
    public Object decode(Node node) { return null; }
    public long sizeOf(Object obj) { return 0; }
    public InputStream getInputStream(Object object) {
      return new NullInputStream();
    }
View Full Code Here

TOP

Related Classes of org.apache.oodt.commons.io.NullInputStream

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.