The Artima Developer Community
Sponsored Link

Java Answers Forum
What does this code do?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
s t

Posts: 1
Nickname: javabe
Registered: May, 2012

What does this code do? Posted: May 31, 2012 2:45 AM
Reply to this message Reply
Advertisement
Hi

I was wondering what the following code does

Regional regional = ((Regional)Name.bytesToObject(data));

Here "Regional","Name" are classes and "data" is an array of type byte. bytesToObject is a method in Name.

Topic: Jackrabbit : uploaded files should be in some format Previous Topic   Next Topic Topic: Event Driven Programming

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use