public interface IJSONWriter4 extends IJSONWriter3, java.io.Serializable
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5d543160_39bd_4de5_8f53_9d9e8f09a426 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1a92eb9a_69cb_4f17_b398_51756d5fb4f7
IID677fcbb1_c272_4616_b476_2ca3dce8d292
IID408cd30c_b7a6_4793_a07c_4181035c66e7
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getString()
Obtains copy of string.
|
void |
writeRawUtf8String(java.lang.String propname,
byte[] utf8String,
int size)
Writes Raw UTF8 String
|
writeInt64, writeInt64Val, writeUInt64, writeUInt64Val
reset, writeDoubleEx, writeDoubleValEx, writeRawString, writeRawStringVal
endArray, endObject, getStream, getStringBuffer, setFormatted, setIndent, startArray, startObject, writeBinary, writeBinaryVal, writeBoolean, writeBooleanVal, writeByte, writeByteVal, writeDate, writeDateVal, writeDouble, writeDoubleVal, writeFloat, writeFloatVal, writeInteger, writeIntegerVal, writeNull, writeNullVal, writeShort, writeShortVal, writeString, writeStringVal, writeTo, writeToString, writeVariant, writeVariantVal
static final int IID5d543160_39bd_4de5_8f53_9d9e8f09a426
static final int xxDummy
static final java.lang.String IID
java.lang.String getString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void writeRawUtf8String(java.lang.String propname, byte[] utf8String, int size) throws java.io.IOException, AutomationException
propname
- The propname (in)utf8String
- An unsigned byte (in)size
- The size (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.