Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6389925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:27:52+00:00 2026-05-25T03:27:52+00:00

I am using Restlet framework. I create one web service that returns a file

  • 0

I am using Restlet framework. I create one web service that returns a file to the client.

On the server side, I first create a FileRepresentation object, instantiate it correctly, and return it to the client as Representation.

On the client side, I want to extract the content of the Representation, how can I cast the Representation object to FileRepresentation?

Thanks in advance!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:27:53+00:00Added an answer on May 25, 2026 at 3:27 am

    In fact, the FileRepresentation class is provided in order to fill request / response from a file but can’t be used to extract content of a response.

    To have access to your response content on the client side, it depends on the file type. If you receive an ascii content, you can do something like that:

    Representation representation = resource.get();
    String fileContent = representation.getText();
    

    If it’s a binary file, you need to work with a stream, as described below:

    ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
    resource.get().write(outputStream);
    byte[] fileContent = outputStream.toByteArray();
    

    Hope it helps you,
    Thierry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Restlet FileRepresentation to get a file on the server side of
Okay, so I'm designing a stand-alone web service (using RestLET as my framework). My
I am running Restful web service on 8182 port using restlet framework. I am
I'm trying to set up a web server using the Restlet framework on my
I'm currently implementing a REST web service using CouchDB and RESTlet. The RESTlet layer
We have developed a RESTful webservice using the restlet framework. The service is called
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I have a requirement to create RESTful web service. I have narrowed down on
This problem relates to the Restlet framework and Java When a client wants to
I am using Restlet Authentication. I create my own Verifier. ChallengeAuthenticator guard = new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.