com.googlecode.d2j.util.zip.AccessBufByteArrayOutputStream Maven / Gradle / Ivy
The 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