public final class ReplazableString extends Object implements CharSequence, Comparable<ReplazableString>
| Constructor and Description |
|---|
ReplazableString() |
ReplazableString(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte[] data,
int offset,
int len) |
void |
append(CharSequence other) |
char |
charAt(int index) |
int |
compareTo(ReplazableString other) |
boolean |
equals(Object o) |
byte[] |
getBuffer() |
CharSequence |
getDelayed() |
int |
hashCode() |
int |
length() |
void |
replace(ByteBuffer in,
int pos) |
void |
replace(ByteBuffer in,
int pos,
int len) |
void |
replace(InputStream in,
int pos) |
void |
replace(InputStream in,
int pos,
int len) |
void |
replace(int pos,
byte[] data,
int offset,
int len) |
void |
replace2(InputStream in,
int pos) |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic ReplazableString()
public ReplazableString(int initialCapacity)
public byte[] getBuffer()
public void append(byte[] data,
int offset,
int len)
public void append(CharSequence other)
public void replace(int pos,
byte[] data,
int offset,
int len)
public void replace(InputStream in, int pos, int len) throws IOException
IOExceptionpublic void replace(ByteBuffer in, int pos, int len) throws IOException
IOExceptionpublic void replace2(InputStream in, int pos) throws IOException
IOExceptionpublic void replace(InputStream in, int pos) throws IOException
IOExceptionpublic void replace(ByteBuffer in, int pos) throws IOException
IOExceptionpublic char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic int compareTo(ReplazableString other)
compareTo in interface Comparable<ReplazableString>public CharSequence getDelayed()
Copyright © 2018 DataWeb Research. All rights reserved.