Stream* aStream = new CompressingStream ( new ASCII7Stream( new FileStream ( "aFileName") ));aStream->PutInt(12);aStream->PutString("aString");