All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.d2j.util.zip.AccessBufByteArrayOutputStream Maven / Gradle / Ivy

There is a newer version: 1.0.38
Show newest version
package com.googlecode.d2j.util.zip;

import java.io.ByteArrayOutputStream;

public class AccessBufByteArrayOutputStream extends ByteArrayOutputStream {
    public byte[] getBuf() {
        return buf;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy