My FTP Client sends alway JPG Picture (WebCam). I use apache FTP Server. In the transfer method I would like to store the Data in a byte[]. I need the data in a WebContainer, and I don't want to write the Data to my Hardisk. Because every Sec 1 got a new picture. Then I change some Code. I can ask the FtpServer with username=WebCam to give me the byte[] of the Pic.
> --- Ursprüngliche Nachricht --- > Von: Sergey Vladimirov <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: Class:RequestHandler, public final long transfer(.. > Datum: Fri, 6 Jan 2006 17:09:43 +0300 > > Hi, Rana, Brand. > > Perfomance is not a point. Any final method canot be inlined if it not > private (becose we can have different classes in different class loaders), > and private method don't required final property. I don't remember source > of > this discussion, but may be you can write simple test case :) > > Brand, please, explain, why do you need to override it? > > Best, > Sergey > > 2006/1/5, Rana Bhattacharyya <[EMAIL PROTECTED]>: > > > > It is final because we cannot think of any situation > > where it needs to be overwritten. And another reason > > is performance. > > > > Thanks, > > Rana Bhattacharyya > > > > --- Hans-Juergen Brand <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Hello list, > > > > > > I tried to extend the class RequestHandler and to > > > overwrite the function > > > public final long transfer(....). Problem is the > > > final propertie. > > > > > > Why is this final. I can not see a reason. Can > > > somebody give me a hit? > > > > > > > > > > > > > > > > __________________________________________ > > Yahoo! DSL Something to write home about. > > Just $16.99/mo. or less. > > dsl.yahoo.com > > > > > > > -- > Sergey Vladimirov
