Package org.tmatesoft.hg.internal

Examples of org.tmatesoft.hg.internal.DataAccessInputStream


     * can't be read simultaneously.
     * 
     * @return stream to access content of this group element, never <code>null</code>
     */
    public InputStream data() {
      return new DataAccessInputStream(dataAccess);
    }
View Full Code Here

TOP

Related Classes of org.tmatesoft.hg.internal.DataAccessInputStream

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.