Class StaticHelper


  • public class StaticHelper
    extends Object
    • Constructor Detail

      • StaticHelper

        public StaticHelper()
    • Method Detail

      • noMorePathSegments

        public static boolean noMorePathSegments​(ReadBuffer io)
        Tries to parse another PathSegment, if this works it returns false, if it doesn't it returns ture.
        Parameters:
        io - readBuffer
        Returns:
        false if there's another PathSegment, true if not.