cryptix.tools

Class Scar.ScarOutputStream

Enclosing Class:
Scar

(package private) final class Scar.ScarOutputStream
extends FilterOutputStream

Field Summary

(package private) PRZ24
crc
(package private) byte[]
inBuf
(package private) int
inOff
(package private) int
lineLength

Constructor Summary

ScarOutputStream(OutputStream os)

Method Summary

void
close()
void
write(byte[] b, int offset, int length)
void
write(int b)

Field Details

crc

(package private)  PRZ24 crc


inBuf

(package private)  byte[] inBuf


inOff

(package private)  int inOff


lineLength

(package private)  int lineLength

Constructor Details

ScarOutputStream

public ScarOutputStream(OutputStream os)
            throws IOException

Method Details

close

public void close()
            throws IOException


write

public void write(byte[] b,
                  int offset,
                  int length)
            throws IOException


write

public void write(int b)
            throws IOException