Interface XmlPullParserBufferControl
public interface XmlPullParserBufferControl
Additional interface to control XML Pull Parser buffering.
- Author:
- Aleksander Slominski
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanvoidsetBufferShrinkable(boolean shrinkable) voidsetHardLimit(int value) voidsetSoftLimit(int value)
-
Method Details
-
getHardLimit
int getHardLimit() -
setHardLimit
- Throws:
XmlPullParserException
-
getSoftLimit
int getSoftLimit() -
setSoftLimit
- Throws:
XmlPullParserException
-
getBufferShrinkOffset
int getBufferShrinkOffset() -
setBufferShrinkable
- Throws:
XmlPullParserException
-
isBufferShrinkable
boolean isBufferShrinkable()
-