Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to convert array of byte to stream?

How to convert array of byte to stream?

Scheduled Pinned Locked Moved C#
data-structurestutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bahman2000b
    wrote on last edited by
    #1

    How can we convert a byte array to stream or stream to array of byte? So How can we change the size of stream? Can we change the stream lenght(or size) bigger? I thank you very much for your answers.

    G 1 Reply Last reply
    0
    • B bahman2000b

      How can we convert a byte array to stream or stream to array of byte? So How can we change the size of stream? Can we change the stream lenght(or size) bigger? I thank you very much for your answers.

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Stream is an abstract class, you have to use one of it's implementations. You can create a MemoryStream from a byte array, and you can get the data from a MemoryStream as a byte array. The size of a stream is determined from the data that it contains. You change the size of a stream by writing to it.

      --- b { font-weight: normal; }

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups