Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pageSize (0.17 sec)

  1. src/test/java/jcifs/tests/EnumTest.java

        }
    
    
    
    
        private void testListCount ( final int pageSize, int numFiles ) throws CIFSException {
            CIFSContext ctx = getContext();
            ctx = withConfig(ctx, new DelegatingConfiguration(ctx.getConfig()) {
    
                @Override
                public int getListCount () {
                    return pageSize;
                }
            });
            ctx = withTestNTLMCredentials(ctx);
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Jan 05 13:09:03 GMT 2023
    - 25.5K bytes
    - Viewed (0)
Back to top