Generated by
JDiff

Class com.itextpdf.io.source.OutputStream

Added Constructors
OutputStream( OutputStream, boolean ) Creates a new OutputStream instance based on java.io.OutputStream instance and precision setting value.
 

Changed Constructors
OutputStream( OutputStream) Documentation changed from old to new.
Creates a new OutputStream instance based on java.io.OutputStream instance.
 

Added Methods
boolean  getLocalHighPrecision() Gets local high precision setting.
void  setLocalHighPrecision( boolean) Sets local high precision setting for the OutputStream.
 

Changed Methods
void  assignBytes( byte[], int ) Documentation changed from old to new.
See ByteArrayOutputStream.assignBytes(byte[], int).
long  getCurrentPos() Documentation changed from old to new.
Gets current output stream position.
boolean  getHighPrecision() Documentation changed from old to new.
Gets global high precision setting.
OutputStream  getOutputStream() Documentation changed from old to new.
Gets internal java.io.OutputStream.
boolean  isCloseStream() Documentation changed from old to new.
Returns true, if internal java.io.OutputStream have to be closed after .close() call, false otherwise.
void  reset() Documentation changed from old to new.
See ByteArrayOutputStream.reset().
void  setCloseStream( boolean) Documentation changed from old to new.
Sets internal java.io.OutputStream to be closed after OutputStream.close().
void  setHighPrecision( boolean) Documentation changed from old to new.
Sets global high precision setting for all OutputStream instances.
OutputStream  writeFloats( float[]) Documentation changed from old to new.
Writes float array to internal java.io.OutputStream in ISO format.
OutputStream  writeInteger( int) Documentation changed from old to new.
Writes int to internal java.io.OutputStream in ISO format.
OutputStream  writeLong( long) Documentation changed from old to new.
Writes long to internal java.io.OutputStream in ISO format.
OutputStream  writeNewLine() Documentation changed from old to new.
Writes new line to internal java.io.OutputStream.
OutputStream  writeSpace() Documentation changed from old to new.
Writes space to internal java.io.OutputStream.
OutputStream  writeString( String) Documentation changed from old to new.
Writes {@code String} to internal java.io.OutputStream in ISO format.
OutputStream  writeByte( int) Documentation changed from old to new.
Writes byte to internal java.io.OutputStream.
void  writeByte( byte) Documentation changed from old to new.
See java.io.OutputStream.write(int).
OutputStream  writeBytes( byte[]) Documentation changed from old to new.
See OutputStream.write(byte[]).
OutputStream  writeBytes( byte[], int , int ) Documentation changed from old to new.
See OutputStream.write(byte[], int, int).
OutputStream  writeDouble( double) Documentation changed from old to new.
Writes double to internal java.io.OutputStream in ISO format.
OutputStream  writeDouble( double, boolean ) Documentation changed from old to new.
Writes double to internal java.io.OutputStream in ISO format.
OutputStream  writeFloat( float) Documentation changed from old to new.
Writes float to internal java.io.OutputStream in ISO format.
OutputStream  writeFloat( float, boolean ) Documentation changed from old to new.
Writes float to internal java.io.OutputStream in ISO format.