14 Mart 2018 Çarşamba

SeekableByteChannel Arayüzü

size metodu
Şöyle yaparız.
Path path = Paths.get(lfile);
SeekableByteChannel sbc = Files.newByteChannel(path, StandardOpenOption.READ);
long size = sbc.size();

Hiç yorum yok:

Yorum Gönder