org.archive.util
Class PreJ15Utils

java.lang.Object
  extended by org.archive.util.PreJ15Utils

Deprecated. Will be removed post 1.10.0 Heritrix.

public class PreJ15Utils
extends java.lang.Object

A collection of utility methods doing things that are easier in Java 1.5.

Author:
gojomo

Constructor Summary
PreJ15Utils()
          Deprecated.  
 
Method Summary
static java.lang.StringBuffer append(java.lang.StringBuffer buffer, java.lang.CharSequence cs, int start, int end)
          Deprecated. Version of 1.5's StringBuffer.append(CharSequence s, int start, int finish)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreJ15Utils

public PreJ15Utils()
Deprecated. 
Method Detail

append

public static java.lang.StringBuffer append(java.lang.StringBuffer buffer,
                                            java.lang.CharSequence cs,
                                            int start,
                                            int end)
Deprecated. 
Version of 1.5's StringBuffer.append(CharSequence s, int start, int finish)

Parameters:
buffer - StringBuffer to append to
cs - CharSequence with material to append
start - position from which to begin appending
end - position at which to stop appending (exclusive)


Copyright © 2003-2011 Internet Archive. All Rights Reserved.