| 方法和说明 |
|---|
| com.ds.common.util.IOUtility.bufferedCopy(InputStream, OutputStream)
Buffering streams is actively harmful! See the class description as to why. Use
IOUtility.copy(InputStream, OutputStream) instead. |
| com.ds.common.expression.JavaCharStream.getColumn() |
| com.ds.common.expression.JavaCharStream.getLine() |
| com.ds.common.util.FileUtility.removeExtention(String)
Use removeExtension as removeExtention is mispelled
|
| com.ds.common.property.Properties.save(OutputStream, String)
This method does not throw an IOException if an I/O error
occurs while saving the property list. As of the Java 2 platform v1.2,
the preferred way to save a properties list is via the
store(OutputStream out,
String header) method. |
Copyright © 2023 onecode. All rights reserved.