Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Vong (0.12 sec)

  1. src/main/java/jcifs/pac/ASN1Util.java

            }
            if (length < 0)
            {
                throw new EOFException("EOF found when length expected");
            }
            if (0xFF == length)
            {
                throw new IOException("invalid long form definite-length 0xFF");
            }
    
            int octetsCount = length & 0x7F, octetsPos = 0;
    
            length = 0;
            do
            {
                int octet = s.read();
                if (octet < 0)
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Oct 02 12:02:06 GMT 2023
    - 6.5K bytes
    - Viewed (0)
  2. pom.xml

    						</difference>
    						<difference>
    							<className>jcifs/SmbResource</className>
    							<differenceType>7012</differenceType>
    							<method>void setFileTimes(long, long, long)</method>
    						</difference>
    					</ignored>
    				</configuration>
    			</plugin>
    			<plugin>
    				<groupId>org.apache.maven.plugins</groupId>
    				<artifactId>maven-surefire-plugin</artifactId>
    XML
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
Back to top