Hi Donny, I want to do randomly access a file and I was already use java.io.RandomAccessFile class . I'm looking T5 class ....... I think your comment help to me.
On Sun, Aug 29, 2010 at 6:02 PM, Donny Nadolny <donny.nado...@gmail.com>wrote: > What are you trying to do? If it's just normal reading / writing of > files, check out the FileUtils class in Commons IO: > http://commons.apache.org/io/api-1.4/org/apache/commons/io/FileUtils.html > For input and output streams, > http://commons.apache.org/io/api-1.4/org/apache/commons/io/IOUtils.html > > If you need to return a file from tapestry, you need to change the > return type of your method to > > http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/StreamResponse.html > and you can stream whatever you like. > > On Sun, Aug 29, 2010 at 5:19 AM, Charith Madusanka > <charithc...@gmail.com> wrote: > > Hi! > > > > In T5 API, Is there any File Handling and Buffer Handling > > classes...........? > > > > charith > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >