public class SVNFormatUtil extends Object
Constructor and Description |
---|
SVNFormatUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
appendHexNumber(StringBuffer target,
byte b) |
static String |
collapseSpaces(String s) |
static String |
formatString(String str,
int chars,
boolean left) |
static String |
formatString(String str,
int chars,
boolean left,
boolean cut) |
static String |
getHexNumberFromByte(byte b) |
static boolean |
isSpace(char c) |
public static String getHexNumberFromByte(byte b)
public static void appendHexNumber(StringBuffer target, byte b)
public static boolean isSpace(char c)
Copyright © 2018. All rights reserved.