Deprecated API

Deprecated Methods
condor.cedar.CedarInputStream.readLine()
          Use readUTF() instead. 
condor.cedar.CedarOutputStream.writeBytes(String)
          Use CedarOutputStream.writeUTF(java.lang.String) instead. 
condor.cedar.CedarOutputStream.writeChars(String)
          Use CedarOutputStream.writeUTF(java.lang.String) instead.