Serialized Form


Package info.codesaway.util.regex

Class info.codesaway.util.regex.Pattern extends Object implements Serializable

serialVersionUID: 5073258162644648461L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Recompile the Pattern instance from a stream. The original pattern string is read in and the object tree is recompiled from it.

Throws:
IOException
ClassNotFoundException
Serialized Fields

pattern

String pattern
The pattern


flags

int flags
The flags.

Class info.codesaway.util.regex.PatternSyntaxException extends PatternSyntaxException implements Serializable

serialVersionUID: -1080052482974889322L