parse

Parse a MethodDescriptor from the given BufferedInputStream

Return

The parsed MethodDescriptor

Since

0.1.0

Parameters

stream

Parse a MethodDescriptor from the given InputStream

Return

The parsed MethodDescriptor

Since

0.1.0

Parameters

descriptor

The InputStream to parse the MethodDescriptor from


fun parse(descriptor: String): MethodDescriptor(source)

Parse a MethodDescriptor from the given String

Return

The parsed MethodDescriptor

Since

0.1.0

Parameters

descriptor

The String to parse the MethodDescriptor from