public final class DirectivesParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CR |
static int |
HT |
static int |
LF |
static int |
SP |
| Constructor and Description |
|---|
DirectivesParser() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWhitespace(char ch) |
static Directives |
parse(String value) |
public static final int CR
public static final int LF
public static final int SP
public static final int HT
public static boolean isWhitespace(char ch)
public static Directives parse(String value)
Copyright © 2008–2017. All rights reserved.