filestream

envoyer des fichiers volumineux sur socket java

J'essaie de transférer des fichiers plus volumineux sur socket.Je vais transférer le fichier dans chunks.As indiqué dans le c ... et pour lire l'objet, l'enregistrer et envoyer un fichier data.is c'est possible, n'importe quel exemple de code ? Merci 421

invia file di grandi dimensioni su socket java

Sto cercando di trasferire file più grandi su socket.Trasferirò il file in chunks.As mostrato nel codice. collegamento int ... e dell'oggetto per leggere l'oggetto, salvarlo e inviare il file data.is possibile, qualsiasi codice di esempio ? Grazie 421

Java JCIFS is it possible to copy (transfer) files from samba to windows?

Hello. I'm trying to write an application in java that would copy (transfer) files from samba to the windows folder. For thi ... to a local windows folder, provided that the application will run from the server windows. Please help me solve the problem.

What is the difference between the return value of available() and read (byte[] b)

input.available() // return 9 input.read(new byte[input.read()]) // return 8 Reading from the file with the FileInputStream ... the number of available bits in the same way as the second construct? The file contains the following text: Javatest1