public int read()

in src/main/java/org/apache/maven/shared/io/location/FileLocation.java [125:128]


    public int read(ByteBuffer buffer) throws IOException {
        open();
        return channel.read(buffer);
    }