Base64Parsing

org.parboiled2.Base64Parsing
See theBase64Parsing companion object

Rules for parsing Base-64 encoded strings.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser

Members list

Value members

Concrete methods

def base64CustomBlock: Rule1[Array[Byte]]

Parses a org.parboiled2.util.Base64.custom()-encoded string potentially containing newlines and decodes it onto the value stack.

Parses a org.parboiled2.util.Base64.custom()-encoded string potentially containing newlines and decodes it onto the value stack.

Attributes

def base64CustomString: Rule1[Array[Byte]]

Parses a org.parboiled2.util.Base64.custom()-encoded string and decodes it onto the value stack.

Parses a org.parboiled2.util.Base64.custom()-encoded string and decodes it onto the value stack.

Attributes

def rfc2045Block: Rule1[Array[Byte]]

Parses an RFC4045-encoded string potentially containing newlines and decodes it onto the value stack.

Parses an RFC4045-encoded string potentially containing newlines and decodes it onto the value stack.

Attributes

def rfc2045String: Rule1[Array[Byte]]

Parses an RFC4045-encoded string and decodes it onto the value stack.

Parses an RFC4045-encoded string and decodes it onto the value stack.

Attributes

Deprecated methods

def base64StringOrBlock(alphabet: CharPredicate, decoder: Decoder): Rule1[Array[Byte]]

Parses a BASE64-encoded string with the given alphabet and decodes it onto the value stack using the given codec.

Parses a BASE64-encoded string with the given alphabet and decodes it onto the value stack using the given codec.

Attributes

Deprecated
true