Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for EncodedLen (0.17 seconds)

  1. src/test/java/jcifs/util/ByteEncodableTest.java

            byte[] data = { 0x01, 0x02, 0x03, 0x04, 0x05 };
            ByteEncodable encodable = new ByteEncodable(data, 1, 3);
            byte[] dest = new byte[5];
    
            int encodedLen = encodable.encode(dest, 0);
    
            // Verify encoded length
            assertEquals(3, encodedLen, "Encoded length should be equal to the specified length");
    
            // Verify content
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.5K bytes
    - Click Count (0)
  2. api/go1.txt

    pkg encoding/base32, method (*Encoding) Encode([]uint8, []uint8)
    pkg encoding/base32, method (*Encoding) EncodeToString([]uint8) string
    pkg encoding/base32, method (*Encoding) EncodedLen(int) int
    pkg encoding/base32, method (CorruptInputError) Error() string
    pkg encoding/base32, type CorruptInputError int64
    pkg encoding/base32, type Encoding struct
    pkg encoding/base32, var HexEncoding *Encoding
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
Back to Top