|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbrut.androlib.res.decoder.StringBlock
public class StringBlock
| Method Summary | |
|---|---|
int |
find(String string)
Finds index of the string. |
CharSequence |
get(int index)
Not yet implemented. |
int |
getCount()
Returns number of strings in block. |
String |
getHTML(int index)
Returns string with style tags (html-like). |
String |
getString(int index)
Returns raw string (without any styling information) at specified index. |
static StringBlock |
read(ExtDataInput reader)
Reads whole (including chunk type) string block from stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static StringBlock read(ExtDataInput reader)
throws IOException
IOExceptionpublic int getCount()
public String getString(int index)
public CharSequence get(int index)
public String getHTML(int index)
public int find(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||