Uses of Class
org.yecht.Pointer
-
Packages that use Pointer Package Description org.yecht -
-
Uses of Pointer in org.yecht
Fields in org.yecht declared as Pointer Modifier and Type Field Description Pointer
Parser. buffer
Pointer
Data.Str. ptr
Pointer
JechtIO.Str. ptr
Methods in org.yecht that return Pointer Modifier and Type Method Description static Pointer
Pointer. create(byte[] buf, int start)
static Pointer
Pointer. create(String buf)
static Pointer
Pointer. empty()
static Pointer
Pointer. nullPointer()
Pointer
Node. strRead()
Pointer
Pointer. withStart(int start)
Methods in org.yecht with parameters of type Pointer Modifier and Type Method Description static byte[]
Base64. dec(Pointer _s, int _len)
void
Emitter. emit1Quoted(int width, Pointer _str, int len)
void
Emitter. emit2Quoted(int width, Pointer _str, int len)
void
Emitter. emitFolded(int width, int keep_nl, Pointer _str, int len)
void
Emitter. emitLiteral(int keep_nl, Pointer _str, int len)
void
Emitter. emitScalar(String tag, ScalarStyle force_style, int force_indent, int force_width, int keep_nl, Pointer _str, int len)
static byte[]
Base64. enc(Pointer _s, int _len)
void
Emitter. escape(Pointer _src, int len)
static String
ImplicitScanner2. matchImplicit(Pointer ptr, int len)
void
Pointer. memcpy(Pointer to, int len)
static Node
Node. newStr(Pointer str, int len, ScalarStyle style)
int
IoFileRead.Default. read(Pointer buf, JechtIO.File file, int max_size, int skip)
int
IoFileRead. read(Pointer buf, JechtIO.File file, int max_size, int skip)
int
IoStrRead.Default. read(Pointer buf, JechtIO.Str str, int max_size, int skip)
int
IoStrRead. read(Pointer buf, JechtIO.Str str, int max_size, int skip)
void
Node. replaceStr(Pointer str, int len, ScalarStyle style)
int
Emitter. scanScalar(int req_width, Pointer _cursor, int len)
void
Parser. str(Pointer ptr, int len, IoStrRead read)
void
Parser. str(Pointer ptr, IoStrRead read)
void
Emitter. write(Pointer _str, int _len)
-