public class CRC32OutputStream extends OutputStream
Constructor and Description |
---|
CRC32OutputStream() |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
write(byte[] bytes,
int start,
int end) |
void |
write(int i) |
close, flush, write
public long getValue()
public void write(int i) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes, int start, int end) throws IOException
write
in class OutputStream
IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.