Top Description Fields Constructors Methods
org.python.core

public Class BaseBytes

extends Object
Class Inheritance

Stop-gap definition to satisfy references in the project.

Field Summary

Modifier and TypeField and Description
private static final byte
private static final byte
private static final byte[]
private static final byte
private static final byte
private static final byte
private static final int
private static final byte

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
pack-priv static final boolean

Returns:

b in ' \t\n\v\f\r'
isspace
(byte
to classify
b
)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

ALNUMback to summary
private static final byte ALNUM
ALPHAback to summary
private static final byte ALPHA
ctypeback to summary
private static final byte[] ctype
DIGITback to summary
private static final byte DIGIT
LOWERback to summary
private static final byte LOWER
SPACEback to summary
private static final byte SPACE
SWAP_CASEback to summary
private static final int SWAP_CASE
UPPERback to summary
private static final byte UPPER

Constructor Detail

BaseBytesback to summary
public BaseBytes()

Method Detail

isspaceback to summary
pack-priv static final boolean isspace(byte b)
Parameters
b:byte

to classify

Returns:boolean

b in ' \t\n\v\f\r'