Class SVNFormatUtil

java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNFormatUtil

public class SVNFormatUtil extends Object
Version:
1.3
  • Field Details

    • HEX

      private static char[] HEX
  • Constructor Details

    • SVNFormatUtil

      public SVNFormatUtil()
  • Method Details

    • formatString

      public static String formatString(String str, int chars, boolean left)
    • formatString

      public static String formatString(String str, int chars, boolean left, boolean cut)
    • getHexNumberFromByte

      public static String getHexNumberFromByte(byte b)
    • appendHexNumber

      public static void appendHexNumber(StringBuffer target, byte b)
    • isSpace

      public static boolean isSpace(char c)
    • collapseSpaces

      public static String collapseSpaces(String s)