Class FtpTextUtils


  • public class FtpTextUtils
    extends Object
    Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
    Version:
    $Id: $
    • Constructor Detail

      • FtpTextUtils

        public FtpTextUtils()
    • Method Detail

      • getStrached

        public static String getStrached​(String strVal,
                                         int reqLen)
      • getStrachedAtStart

        public static String getStrachedAtStart​(String strVal,
                                                int reqLen)
      • replaceForbiddenChars

        public static String replaceForbiddenChars​(String strVal,
                                                   String forbiddenChars,
                                                   char replaceChar)