@@ -431,8 +431,8 @@ Use the EInteger version of this method.
431431* `static void Write(BigInteger bigint,
432432 OutputStream stream)`<br >
433433 Deprecated.
434- Pass an EInteger to this method instead.
435- Pass an EInteger to this method instead.
434+ Pass an EInteger to the Write method instead.
435+ Pass an EInteger to the Write method instead.
436436* `static void Write(boolean value,
437437 OutputStream stream)`<br >
438438 Writes a Boolean value in CBOR format to a data stream.
@@ -1331,7 +1331,7 @@ Generates a CBORObject from an arbitrary object. The following types are
13311331 (<code >Enum</code > objects); and maps. <p >In the .NET version, if the
13321332 object is a type not specially handled by this method, returns a CBOR
13331333 map with the values of each of its read/write properties (or all
1334- properties in the case of an anonymous type). Properties are
1334+ properties in the case of a compiler-generated type). Properties are
13351335 converted to their camel-case names (meaning if a name starts with A
13361336 to Z, that letter is lower-cased). If the property name begins with
13371337 the word "Is", that word is deleted from the name. Also, .NET
@@ -1344,10 +1344,10 @@ Generates a CBORObject from an arbitrary object. The following types are
13441344 found, the starting word "get" or "is" is deleted from its name, and
13451345 the name is converted to camel case (meaning if a name starts with A
13461346 to Z, that letter is lower-cased). Also, Java <code >Enum</code > objects
1347- will be converted to the result of their name method.</p > < p >If the
1348- input is a byte array, the byte array is copied to a new byte array.
1349- (This method can't be used to decode CBOR data from a byte array; for
1350- that, use the DecodeFromBytes method instead.).</p >
1347+ will be converted to the result of their < code > name</ code > method.</p >
1348+ < p >If the input is a byte array, the byte array is copied to a new
1349+ byte array. (This method can't be used to decode CBOR data from a
1350+ byte array; for that, use the DecodeFromBytes method instead.).</p >
13511351
13521352** Parameters:**
13531353
@@ -1791,7 +1791,7 @@ Writes a decimal floating-point number in CBOR format to a data stream, as
17911791
17921792### Write
17931793 @Deprecated public static void Write(BigInteger bigint, OutputStream stream) throws IOException
1794- Deprecated.  ; Pass an EInteger to this method instead.
1794+ Deprecated.  ; Pass an EInteger to the Write method instead.
17951795
17961796** Parameters:**
17971797
0 commit comments