| java.lang.Object org.archive.util.PreJ15Utils
PreJ15Utils | public class PreJ15Utils (Code) | | A collection of utility methods doing things that are easier in Java 1.5.
author: gojomo |
append | public static StringBuffer append(StringBuffer buffer, CharSequence cs, int start, int end)(Code) | | Version of 1.5's StringBuffer.append(CharSequence s, int start, int finish)
Parameters: buffer - StringBuffer to append to Parameters: cs - CharSequence with material to append Parameters: start - position from which to begin appending Parameters: end - position at which to stop appending (exclusive) |
|
|