Package org.auraframework.util

Examples of org.auraframework.util.Utf8InputStreamReader


     * constructed with an InputStream.
     *
     * @param binaryInput The raw InputStream to read from
     */
    public JsonStreamReader(InputStream binaryInput) {
        this(new Utf8InputStreamReader(binaryInput), binaryInput, null);
        this.recursiveRead = false;
    }
View Full Code Here

TOP

Related Classes of org.auraframework.util.Utf8InputStreamReader

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.