Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gong (0.12 sec)

  1. .teamcity/.mvn/wrapper/MavenWrapperDownloader.java

            ReadableByteChannel rbc;
            rbc = Channels.newChannel(website.openStream());
            FileOutputStream fos = new FileOutputStream(destination);
            fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE);
            fos.close();
            rbc.close();
        }
    
    Java
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Wed Feb 26 01:48:39 GMT 2020
    - 4.8K bytes
    - Viewed (0)
Back to top