CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    197

    FileArrayProvider?

    On this site (http://stackoverflow.com/questions/2...-into-an-array). A person has code for a construct of FileArrayProvider. I was wondering if it is psedo-code, becaues I did a Ctrl+F search of the API page here (http://download.oracle.com/javase/7/...s-noframe.html), and found no such class. It could just be another class he created himself, but I just was wondering if anyone here has heard of it.
    Last edited by kolt007; October 13th, 2011 at 04:46 PM.

  2. #2
    Join Date
    Feb 2008
    Posts
    966

    Re: FileArrayProvider?

    If you look at the first comment, the FileArrayProvider is the class he is creating as an example. Look at the package it exists in (com.acme), that should tell you right away that it is not contained in the Java libraries.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured