Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Sebastian Newsgroups: comp.lang.java.programmer Subject: Re: File object and serialization - information is lost Date: Wed, 08 Jun 2011 20:35:23 +0200 Organization: albasani.net Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net IqLLu33GVUSPvG0E3Ae/NtPQjo9Ozs9bqNmvpDsYiEJBJoxZyMu2Jb+ploiRqIUEbthNQ6ePQf1as7ffEcTpBiVouQUixlGwXXckbM2IxKGCbYvgkAViG5oOyTntAfuF NNTP-Posting-Date: Wed, 8 Jun 2011 18:35:23 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="nNfdllEDUfFsok+1dvtmWFfYGrJNeFpSEsQyUOTjNBwNbyWW9WuTFksate9kEPgMv0kg2L1n1dncuAee0eb3zrLg4A/a31QgUFxX9LS/VVDjmfSl+pnkS37nCg1wbcZf"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: Cancel-Lock: sha1:i7rKjZJ9CN/4y/8iQPehhS1wWBk= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5131 Am 08.06.2011 20:18, schrieb Lothar Kimmeringer: > Sebastian wrote: > >> I seem to misunderstand a thing about java.io.File. I wanted to use >> the File object to transport information files existing in one place >> (basically, a directory listing) to another place. >> [snip] > > When I was in need for something like this (for a GWT-application) > I implemented it myself because it was faster than searching the > Internet for something that contains all I need. > > > Regards, Lothar Thanks for pointing out the source. I'll do as you did... -- Sebastian